Uses of Class
org.junit.validator.AnnotationValidator
Packages that use AnnotationValidator | |
---|---|
org.junit.experimental.categories | |
org.junit.runner | Provides classes used to describe, collect, run and analyze multiple tests. |
org.junit.validator |
Subclasses of AnnotationValidator in org.junit.experimental.categories | |
---|---|
class |
CategoryValidator Validates that there are no errors in the use of the Category annotation. |
Uses of AnnotationValidator in org.junit.runner |
---|
Subclasses of AnnotationValidator in org.junit.runner | |
---|---|
class |
OrderWithValidator Validates that there are no errors in the use of the OrderWith annotation. |
Uses of AnnotationValidator in org.junit.validator |
---|
Methods in org.junit.validator that return AnnotationValidator | |
---|---|
AnnotationValidator |
AnnotationValidatorFactory.createAnnotationValidator(ValidateWith validateWithAnnotation) Creates the AnnotationValidator specified by the value in ValidateWith . |