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
Methods in org.junit.validator that return AnnotationValidatorModifier and TypeMethodDescriptionAnnotationValidatorFactory.createAnnotationValidator
(ValidateWith validateWithAnnotation) Creates the AnnotationValidator specified by the value inValidateWith
.