| Package | Description |
|---|---|
| org.junit.experimental.categories | |
| org.junit.validator |
| Modifier and Type | Class and Description |
|---|---|
interface |
Category
Marks a test class or test method as belonging to one or more categories of tests.
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.concurrent.ConcurrentHashMap<ValidateWith,AnnotationValidator> |
AnnotationValidatorFactory.VALIDATORS_FOR_ANNOTATION_TYPES |
| Modifier and Type | Method and Description |
|---|---|
AnnotationValidator |
AnnotationValidatorFactory.createAnnotationValidator(ValidateWith validateWithAnnotation)
Creates the AnnotationValidator specified by the value in
ValidateWith. |