TestClassValidatorpublic final class AnnotationsValidator extends java.lang.Object implements TestClassValidator
AnnotationsValidator validates all annotations of a test class,
including its annotated fields and methods.| Constructor | Description |
|---|---|
AnnotationsValidator() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<java.lang.Exception> |
validateTestClass(TestClass testClass) |
Validate all annotations of the specified test class that are be
annotated with
ValidateWith. |
public java.util.List<java.lang.Exception> validateTestClass(TestClass testClass)
ValidateWith.validateTestClass in interface TestClassValidatortestClass - the TestClass that is validated.