Package | Description |
---|---|
org.junit.runners |
Provides standard
Runner implementations. |
org.junit.validator |
Modifier and Type | Field and Description |
---|---|
private static TestClassValidator |
BlockJUnit4ClassRunner.PUBLIC_CLASS_VALIDATOR |
Modifier and Type | Field and Description |
---|---|
private static java.util.List<TestClassValidator> |
ParentRunner.VALIDATORS |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationsValidator
An
AnnotationsValidator validates all annotations of a test class,
including its annotated fields and methods. |
class |
PublicClassValidator
Validates that a
TestClass is public. |