Remove codegen tests with Java, move testData to boxWithJava/

There'll be a single generated test class like
BlackBoxCodegenTestGenerated
This commit is contained in:
Alexander Udalov
2013-01-27 20:26:18 +04:00
committed by Alexander Udalov
parent 10c5949199
commit 86938f57b1
20 changed files with 9 additions and 41 deletions
@@ -55,18 +55,6 @@ public class FunctionGenTest extends CodegenTestCase {
assertFalse((Boolean) foo.invoke(null, "mama"));
}
public void testReferencesStaticInnerClassMethod() throws Exception {
blackBoxFileWithJava("functions/referencesStaticInnerClassMethod.kt");
}
public void testReferencesStaticInnerClassMethodTwoLevels() throws Exception {
blackBoxFileWithJava("functions/referencesStaticInnerClassMethodL2.kt");
}
public void testRemoveInIterator() throws Exception {
blackBoxFileWithJava("functions/removeInIterator.kt");
}
public void testPrivateDefaultArgs() throws Exception {
loadFile("functions/privateDefaultArgs.kt");
String text = generateToText();