| 
 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
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 Parameterizedimplements parameterized
 tests. | 
| Suite | Using Suiteas a runner allows you to manually
 build a suite containing tests from many classes. | 
| Annotation Types Summary | |
|---|---|
| Parameterized.Parameters | |
| Suite.SuiteClasses | The SuiteClassesannotation specifies the classes to be run when a class
 annotated with@RunWith(Suite.class)is run. | 
Provides standard Runner implementations.
Runner, 
JUnit4ClassRunner| 
 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||