test for anonymous class with params

This commit is contained in:
Egor.Ushakov
2017-01-17 20:46:58 +03:00
parent 9ee45b3f5a
commit 6713b9c495
5 changed files with 69 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ public class SingleClassesTest {
@Test public void testAsserts() { doTest("pkg/TestAsserts"); }
@Test public void testLocalsNames() { doTest("pkg/TestLocalsNames"); }
@Test public void testAnonymousParamNames() { doTest("pkg/TestAnonymousParamNames"); }
@Test public void testAnonymousParams() { doTest("pkg/TestAnonymousParams"); }
private void doTest(String testFile, String... companionFiles) {
ConsoleDecompiler decompiler = fixture.getDecompiler();