Fix "Convert JUnit 3 class to JUnit 4" for non-ancient junit releases (IDEA-162131)
authorBas Leijdekkers <basleijdekkers@gmail.com>
Thu, 6 Oct 2016 18:33:55 +0000 (20:33 +0200)
committerBas Leijdekkers <basleijdekkers@gmail.com>
Fri, 7 Oct 2016 14:04:36 +0000 (16:04 +0200)
commitcba1ed3a231c1653682383887d27606a3993aa77
tree4548587d8087d9eeca24d41322d77d727389f4de
parentfcfb98e6e141347b80085395afc83b1b17d2a657
Fix "Convert JUnit 3 class to JUnit 4" for non-ancient junit releases (IDEA-162131)
plugins/InspectionGadgets/src/com/siyeh/ig/junit/JUnit4AnnotatedMethodInJUnit3TestCaseInspection.java
plugins/InspectionGadgets/test/com/siyeh/igfixes/junit/convert_to_junit4/OtherMethods.after.java [new file with mode: 0644]
plugins/InspectionGadgets/test/com/siyeh/igfixes/junit/convert_to_junit4/OtherMethods.java [new file with mode: 0644]
plugins/InspectionGadgets/testsrc/com/siyeh/ig/fixes/junit/ConvertToJUnit4FixTest.java [new file with mode: 0644]
plugins/IntentionPowerPak/src/com/siyeh/ipp/junit/ConvertJUnit3TestCaseToJUnit4Intention.java