Back to Intellij Community

JUnit3StyleTestMethodInJUnit4Class

plugins/junit/resources/inspectionDescriptions/JUnit3StyleTestMethodInJUnit4Class.html

2025.3-rc-2208 B
Original Source

Reports JUnit 3 style test methods that are located inside a class that does not extend the JUnit 3 TestCase class and contains JUnit 4 or JUnit 5 @Test annotated methods. Such test methods cannot be run.