Uses of Class
org.junit.internal.runners.SuiteMethod
Packages that use SuiteMethod
-
Uses of SuiteMethod in org.junit.runners
Subclasses of SuiteMethod in org.junit.runnersModifier and TypeClassDescriptionclass
Runner for use with JUnit 3.8.x-style AllTests classes (those that only implement a staticsuite()
method).