Class | Description |
---|---|
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 Type | Description |
---|---|
Parameterized.Parameters | |
Suite.SuiteClasses |
The
SuiteClasses annotation specifies the classes to be run when a class
annotated with @RunWith(Suite.class) is run. |
Runner
implementations.Runner
,
JUnit4ClassRunner