forked from JavaTX/JavaCompilerCore
Test angefügt
This commit is contained in:
parent
61a4bc3cd7
commit
0906fa2e9e
23
test/plugindevelopment/TypeInsertTests/LambdaTest2_2.java
Normal file
23
test/plugindevelopment/TypeInsertTests/LambdaTest2_2.java
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
package plugindevelopment.TypeInsertTests;
|
||||||
|
|
||||||
|
import de.dhbwstuttgart.typeinference.Menge;
|
||||||
|
|
||||||
|
import org.junit.Test;
|
||||||
|
|
||||||
|
import de.dhbwstuttgart.logger.Logger;
|
||||||
|
import de.dhbwstuttgart.logger.LoggerConfiguration;
|
||||||
|
import de.dhbwstuttgart.logger.Section;
|
||||||
|
|
||||||
|
public class LambdaTest2_2 {
|
||||||
|
|
||||||
|
private static final String TEST_FILE = "LambdaTest2_2.jav";
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void run(){
|
||||||
|
Menge<String> mustContain = new Menge<String>();
|
||||||
|
//mustContain.add("S m");
|
||||||
|
MultipleTypesInsertTester.test(this.TEST_FILE, mustContain,
|
||||||
|
new LoggerConfiguration().setOutput(Section.ASSUMPTIONS, System.out));
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user