test for class extending a class with a private constructor

This commit is contained in:
Egor.Ushakov
2017-04-26 15:54:26 +03:00
parent 8c440e281c
commit d40f673689
9 changed files with 118 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ public class SingleClassesTest {
@Test public void testAnonymousClassConstructor() { doTest("pkg/TestAnonymousClassConstructor"); }
@Test public void testInnerClassConstructor() { doTest("pkg/TestInnerClassConstructor"); }
@Test public void testInnerClassConstructor11() { doTest("v11/TestInnerClassConstructor"); }
//@Test public void testInnerClassConstructor2() { doTest("pkg/TestInner2"); } //TODO: fix
@Test public void testTryCatchFinally() { doTest("pkg/TestTryCatchFinally"); }
@Test public void testAmbiguousCall() { doTest("pkg/TestAmbiguousCall"); }
@Test public void testAmbiguousCallWithDebugInfo() { doTest("pkg/TestAmbiguousCallWithDebugInfo"); }