[tests] extends Java decompiler test data; drops duplicated test

This commit is contained in:
Roman Shevchenko
2018-10-19 21:14:52 +02:00
parent 6de5e9717c
commit 7656bbdd68
22 changed files with 135 additions and 360 deletions

View File

@@ -66,7 +66,6 @@ public class SingleClassesTest {
@Test public void testAnonymousClass() { doTest("pkg/TestAnonymousClass"); }
@Test public void testThrowException() { doTest("pkg/TestThrowException"); }
@Test public void testInnerLocal() { doTest("pkg/TestInnerLocal"); }
@Test public void testInnerLocalPkg() { doTest("pkg/TestInnerLocalPkg"); }
@Test public void testInnerSignature() { doTest("pkg/TestInnerSignature"); }
@Test public void testAnonymousSignature() { doTest("pkg/TestAnonymousSignature"); }
@Test public void testLocalsSignature() { doTest("pkg/TestLocalsSignature"); }