Package | Description |
---|---|
org.junit.experimental.categories | |
org.junit.experimental.runners | |
org.junit.runners |
Provides standard
Runner implementations. |
Modifier and Type | Class and Description |
---|---|
class |
Categories
From a given set of test classes, runs only the classes and methods that are
annotated with either the category given with the @IncludeCategory
annotation, or a subtype of that category.
|
Modifier and Type | Class and Description |
---|---|
class |
Enclosed
If you put tests in inner classes, Ant, for example, won't find them.
|
Modifier and Type | Class and Description |
---|---|
class |
Parameterized
The custom runner
Parameterized implements parameterized tests. |