Package | Description |
---|---|
org.junit.experimental.categories | |
org.junit.runner |
Provides classes used to describe, collect, run and analyze multiple tests.
|
org.junit.validator |
Modifier and Type | Class and Description |
---|---|
class |
CategoryValidator
Validates that there are no errors in the use of the
Category
annotation. |
Modifier and Type | Class and Description |
---|---|
class |
OrderWithValidator
Validates that there are no errors in the use of the
OrderWith
annotation. |
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 . |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.List<java.lang.Exception> |
AnnotationsValidator.FieldValidator.validateAnnotatable(AnnotationValidator validator,
FrameworkField field) |
(package private) java.util.List<java.lang.Exception> |
AnnotationsValidator.MethodValidator.validateAnnotatable(AnnotationValidator validator,
FrameworkMethod method) |
(package private) abstract java.util.List<java.lang.Exception> |
AnnotationsValidator.AnnotatableValidator.validateAnnotatable(AnnotationValidator validator,
T annotatable) |
(package private) java.util.List<java.lang.Exception> |
AnnotationsValidator.ClassValidator.validateAnnotatable(AnnotationValidator validator,
TestClass testClass) |