| Interface | Description |
|---|---|
| TestClassValidator |
Validates a single facet of a test class.
|
| Class | Description |
|---|---|
| AnnotationsValidator |
An
AnnotationsValidator 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 a
TestClass is public. |
| Annotation Type | Description |
|---|---|
| ValidateWith |
Allows for an
AnnotationValidator to be attached to an annotation. |