diff options
author | Roman Shevchenko <roman.shevchenko@jetbrains.com> | 2014-09-12 10:28:54 +0400 |
---|---|---|
committer | Roman Shevchenko <roman.shevchenko@jetbrains.com> | 2014-09-12 10:29:13 +0400 |
commit | e74977d4673055980267bb3ee64da9b6d8d6e527 (patch) | |
tree | 9f9b0d81cee3a7a3737713090746ceec8c5f77f3 /test/org/jetbrains/java | |
parent | 95cd67883e73a512371d64ce026d97a322fca26a (diff) | |
download | fernflower-e74977d4673055980267bb3ee64da9b6d8d6e527.tar fernflower-e74977d4673055980267bb3ee64da9b6d8d6e527.tar.gz fernflower-e74977d4673055980267bb3ee64da9b6d8d6e527.tar.lz fernflower-e74977d4673055980267bb3ee64da9b6d8d6e527.tar.xz fernflower-e74977d4673055980267bb3ee64da9b6d8d6e527.zip |
IDEA-128685 (test added)
Diffstat (limited to 'test/org/jetbrains/java')
-rw-r--r-- | test/org/jetbrains/java/decompiler/SingleClassesTest.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/org/jetbrains/java/decompiler/SingleClassesTest.java b/test/org/jetbrains/java/decompiler/SingleClassesTest.java index 109fbc7..6261591 100644 --- a/test/org/jetbrains/java/decompiler/SingleClassesTest.java +++ b/test/org/jetbrains/java/decompiler/SingleClassesTest.java @@ -50,6 +50,7 @@ public class SingleClassesTest { @Test public void testClassTypes() { doTest("TestClassTypes"); } @Test public void testClassVar() { doTest("TestClassVar"); } @Test public void testClassNestedInitializer() { doTest("TestClassNestedInitializer"); } + @Test public void testClassCast() { doTest("TestClassCast"); } @Test public void testDeprecations() { doTest("TestDeprecations"); } @Test public void testExtendsList() { doTest("TestExtendsList"); } @Test public void testMethodParameters() { doTest("TestMethodParameters"); } |