public final class AnnotationsValidator extends Object implements TestClassValidator
AnnotationsValidator validates all annotations of a test class,
including its annotated fields and methods.| Constructor and Description |
|---|
AnnotationsValidator() |
| Modifier and Type | Method and 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–2020 JUnit. All rights reserved.