IG: don't warn on test classes annotated with @RunWith (IDEA-163266)
authorBas Leijdekkers <basleijdekkers@gmail.com>
Thu, 3 Nov 2016 13:20:52 +0000 (14:20 +0100)
committerBas Leijdekkers <basleijdekkers@gmail.com>
Thu, 3 Nov 2016 14:12:05 +0000 (15:12 +0100)
commite062b9881e84e42c167ca2cf7ed950874438668d
tree1429d28bae0c69aa3fb2bb50dd31f7ade81e7c08
parent94fbc85606211420b4614fe7c5004f285e8c593a
IG: don't warn on test classes annotated with @RunWith (IDEA-163266)
plugins/InspectionGadgets/InspectionGadgetsAnalysis/src/com/siyeh/ig/junit/TestMethodIsPublicVoidNoArgInspectionBase.java
plugins/InspectionGadgets/test/com/siyeh/igtest/junit/test_method_is_public_void_no_arg/JUnit4RunWith.java [new file with mode: 0644]
plugins/InspectionGadgets/testsrc/com/siyeh/ig/junit/TestMethodIsPublicVoidNoArgInspectionTest.java