test for union types

This commit is contained in:
Egor.Ushakov
2017-04-26 20:29:15 +03:00
parent 478e6896e9
commit 195dabf6e6
4 changed files with 39 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ public class SingleClassesTest {
@Test public void testVarArgCalls() { doTest("pkg/TestVarArgCalls"); }
@Test public void testLambdaParams() { doTest("pkg/TestLambdaParams"); }
@Test public void testInterfaceMethods() { doTest("pkg/TestInterfaceMethods"); }
//@Test public void testUnionType() { doTest("pkg/TestUnionType"); } //TODO: fix
private void doTest(String testFile, String... companionFiles) {
ConsoleDecompiler decompiler = fixture.getDecompiler();