This commit is contained in:
@@ -112,6 +112,7 @@ public class SingleClassesTest {
|
||||
@Test public void testPrivateEmptyConstructor() { doTest("pkg/TestPrivateEmptyConstructor"); }
|
||||
@Test public void testSynchronizedUnprotected() { doTest("pkg/TestSynchronizedUnprotected"); }
|
||||
@Test public void testInterfaceSuper() { doTest("pkg/TestInterfaceSuper"); }
|
||||
@Test public void testFieldSingleAccess() { doTest("pkg/TestFieldSingleAccess"); }
|
||||
|
||||
// TODO: fix all below
|
||||
//@Test public void testPackageInfo() { doTest("pkg/package-info"); }
|
||||
@@ -124,6 +125,7 @@ public class SingleClassesTest {
|
||||
@Test public void testGroovyTrait() { doTest("pkg/TestGroovyTrait"); }
|
||||
@Test public void testPrivateClasses() { doTest("pkg/PrivateClasses"); }
|
||||
@Test public void testSuspendLambda() { doTest("pkg/TestSuspendLambdaKt"); }
|
||||
@Test public void testNamedSuspendFun2Kt() { doTest("pkg/TestNamedSuspendFun2Kt"); }
|
||||
|
||||
private void doTest(String testFile, String... companionFiles) {
|
||||
ConsoleDecompiler decompiler = fixture.getDecompiler();
|
||||
|
||||
Reference in New Issue
Block a user