Uses of Class
org.junit.validator.AnnotationValidator
Packages that use AnnotationValidator
Package
Description
Provides classes used to describe, collect, run and analyze multiple tests.
-
Uses of AnnotationValidator in org.junit.experimental.categories
Subclasses of AnnotationValidator in org.junit.experimental.categoriesModifier and TypeClassDescriptionfinal class
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.runnerModifier and TypeClassDescriptionfinal class
Validates that there are no errors in the use of theOrderWith
annotation. -
Uses of AnnotationValidator in org.junit.validator
Fields in org.junit.validator with type parameters of type AnnotationValidatorModifier and TypeFieldDescriptionprivate static final ConcurrentHashMap<ValidateWith,
AnnotationValidator> AnnotationValidatorFactory.VALIDATORS_FOR_ANNOTATION_TYPES
Methods in org.junit.validator that return AnnotationValidatorModifier and TypeMethodDescriptionAnnotationValidatorFactory.createAnnotationValidator
(ValidateWith validateWithAnnotation) Creates the AnnotationValidator specified by the value inValidateWith
.Methods in org.junit.validator with parameters of type AnnotationValidatorModifier and TypeMethodDescriptionAnnotationsValidator.AnnotatableValidator.validateAnnotatable
(AnnotationValidator validator, T annotatable) AnnotationsValidator.ClassValidator.validateAnnotatable
(AnnotationValidator validator, TestClass testClass) AnnotationsValidator.FieldValidator.validateAnnotatable
(AnnotationValidator validator, FrameworkField field) AnnotationsValidator.MethodValidator.validateAnnotatable
(AnnotationValidator validator, FrameworkMethod method)