Uses of Class
org.junit.validator.AnnotationValidator
-
Packages that use AnnotationValidator Package Description org.junit.experimental.categories 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.validator
Fields in org.junit.validator with type parameters of type AnnotationValidator Modifier and Type Field Description private static java.util.concurrent.ConcurrentHashMap<ValidateWith,AnnotationValidator>
AnnotationValidatorFactory. VALIDATORS_FOR_ANNOTATION_TYPES
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()
Methods in org.junit.validator with parameters of type AnnotationValidator Modifier and Type Method Description (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)
(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)
-