Package org.junit.runners

Class Summary
AllTests Runner for use with JUnit 3.8.x-style AllTests classes (those that only implement a static suite() method).
Parameterized The custom runner Parameterized implements parameterized tests.
Parameterized.RunAllParameterMethods  
Suite Using Suite as a runner allows you to manually build a suite containing tests from many classes.
 

Annotation Types Summary
Parameterized.Parameters  
Suite.SuiteClasses The SuiteClasses annotation specifies the classes to be run when a class annotated with @RunWith(Suite.class) is run.