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 List<Exception> validateTestClass(TestClass testClass)
ValidateWith
.validateTestClass
in interface TestClassValidator
testClass
- the TestClass
that is validated.Copyright © 2002–2022 JUnit. All rights reserved.