Uses of Class
org.junit.internal.runners.SuiteMethod
-
Packages that use SuiteMethod Package Description org.junit.runners Provides standardRunner
implementations. -
-
Uses of SuiteMethod in org.junit.runners
Subclasses of SuiteMethod in org.junit.runners Modifier and Type Class Description class
AllTests
Runner for use with JUnit 3.8.x-style AllTests classes (those that only implement a staticsuite()
method).
-