Uses of Class
junit.framework.TestSuite
-
Packages that use TestSuite Package Description junit.extensions Provides extended functionality for JUnit v3.x.org.junit.internal.runners Provides implementations ofRunner
-
-
Uses of TestSuite in junit.extensions
Subclasses of TestSuite in junit.extensions Modifier and Type Class Description class
ActiveTestSuite
A TestSuite for active Tests. -
Uses of TestSuite in org.junit.internal.runners
Methods in org.junit.internal.runners with parameters of type TestSuite Modifier and Type Method Description private static java.lang.String
JUnit38ClassRunner. createSuiteDescription(TestSuite ts)
-