TestClassValidatorpublic final class AnnotationsValidator extends 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 |
|---|---|---|
List<Exception> |
validateTestClass(TestClass testClass) |
Validate all annotations of the specified test class that are be
annotated with
ValidateWith. |
public AnnotationsValidator()
public List<Exception> validateTestClass(TestClass testClass)
ValidateWith.validateTestClass in interface TestClassValidatortestClass - the TestClass that is validated.Copyright © 2002–2018 JUnit. All rights reserved.