Uses of Class
org.junit.validator.AnnotationValidator
-
Packages that use AnnotationValidator Package Description org.junit.experimental.categories org.junit.runner Provides classes used to describe, collect, run and analyze multiple tests.org.junit.validator -
-
Uses of AnnotationValidator in org.junit.experimental.categories
Subclasses of AnnotationValidator in org.junit.experimental.categories Modifier and Type Class Description class
CategoryValidator
Validates that there are no errors in the use of theCategory
annotation. -
Uses of AnnotationValidator in org.junit.runner
Subclasses of AnnotationValidator in org.junit.runner Modifier and Type Class Description class
OrderWithValidator
Validates that there are no errors in the use of theOrderWith
annotation. -
Uses of AnnotationValidator in org.junit.validator
Methods in org.junit.validator that return AnnotationValidator Modifier and Type Method Description AnnotationValidator
AnnotationValidatorFactory. createAnnotationValidator(ValidateWith validateWithAnnotation)
Creates the AnnotationValidator specified by the value inValidateWith
.Methods in org.junit.validator that return types with arguments of type AnnotationValidator Modifier and Type Method Description java.lang.Class<? extends AnnotationValidator>
value()
-