Package org.junit.runners
Since4.0
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Classes
AllTests Runner for use with JUnit 3.8.x-style AllTests classes (those that only implement a static suite() method).
Enclosed No description provided.
Parameterized The custom runner Parameterized implements parameterized tests.
Parameterized.RunAllParameterMethods No description provided.
Suite Using Suite as a runner allows you to manually build a suite containing tests from many classes.
Annotations
Parameterized.Parameters No description provided.
Suite.SuiteClasses The SuiteClasses annotation specifies the classes to be run when a class annotated with @RunWith(Suite.class) is run.
Provides standard Runner implementations.