This commit is contained in:
Roman Shevchenko
2016-03-16 11:45:55 +01:00
6 changed files with 108 additions and 3 deletions

View File

@@ -82,6 +82,7 @@ public class SingleClassesTest {
@Test public void testMethodReferenceSameName() { doTest("pkg/TestMethodReferenceSameName"); }
@Test public void testMethodReferenceLetterClass() { doTest("pkg/TestMethodReferenceLetterClass"); }
@Test public void testMemberAnnotations() { doTest("pkg/TestMemberAnnotations"); }
@Test public void testStaticNameClash() { doTest("pkg/TestStaticNameClash"); }
protected void doTest(String testFile, String... companionFiles) {
ConsoleDecompiler decompiler = fixture.getDecompiler();
@@ -128,4 +129,4 @@ public class SingleClassesTest {
return files;
}
}
}