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 classCategoryValidatorValidates that there are no errors in the use of theCategoryannotation. -
Uses of AnnotationValidator in org.junit.runner
Subclasses of AnnotationValidator in org.junit.runner Modifier and Type Class Description classOrderWithValidatorValidates that there are no errors in the use of theOrderWithannotation. -
Uses of AnnotationValidator in org.junit.validator
Methods in org.junit.validator that return AnnotationValidator Modifier and Type Method Description AnnotationValidatorAnnotationValidatorFactory. 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()
-