Uses of Class
org.junit.validator.ValidateWith
-
Packages that use ValidateWith Package Description org.junit.experimental.categories org.junit.validator -
-
Uses of ValidateWith in org.junit.experimental.categories
Classes in org.junit.experimental.categories with annotations of type ValidateWith Modifier and Type Class Description interface
Category
Marks a test class or test method as belonging to one or more categories of tests. -
Uses of ValidateWith in org.junit.validator
Fields in org.junit.validator with type parameters of type ValidateWith Modifier and Type Field Description private static java.util.concurrent.ConcurrentHashMap<ValidateWith,AnnotationValidator>
AnnotationValidatorFactory. VALIDATORS_FOR_ANNOTATION_TYPES
Methods in org.junit.validator with parameters of type ValidateWith Modifier and Type Method Description AnnotationValidator
AnnotationValidatorFactory. createAnnotationValidator(ValidateWith validateWithAnnotation)
Creates the AnnotationValidator specified by the value inValidateWith
.
-