Package org.junit.validator
-
Interface Summary Interface Description TestClassValidator Validates a single facet of a test class. -
Class Summary Class Description AnnotationsValidator AnAnnotationsValidator
validates all annotations of a test class, including its annotated fields and methods.AnnotationValidator Validates annotations on classes and methods.AnnotationValidatorFactory Creates instances of Annotation Validators.PublicClassValidator Validates that aTestClass
is public. -
Annotation Types Summary Annotation Type Description ValidateWith Allows for anAnnotationValidator
to be attached to an annotation.