public final class OrderWithValidator extends AnnotationValidator
OrderWith
annotation. If there is, a Throwable object will be added to the list
of errors.| Constructor and Description |
|---|
OrderWithValidator() |
| Modifier and Type | Method and Description |
|---|---|
List<Exception> |
validateAnnotatedClass(TestClass testClass)
Adds to
errors a throwable for each problem detected. |
validateAnnotatedField, validateAnnotatedMethodpublic OrderWithValidator()
public List<Exception> validateAnnotatedClass(TestClass testClass)
errors a throwable for each problem detected. Looks for
FixMethodOrder annotations.validateAnnotatedClass in class AnnotationValidatortestClass - that is being validatedCopyright © 2002–2020 JUnit. All rights reserved.