Package org.junit.runners

Provides standard Runner implementations.

See:
          Description

Class Summary
AllTests Runner for use with JUnit 3.8.x-style AllTests classes (those that only implement a static suite() method).
Enclosed  
Parameterized The custom runner Parameterized implements parameterized tests.
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.
 

Package org.junit.runners Description

Provides standard Runner implementations.

Since:
4.0
See Also:
Runner, JUnit4ClassRunner