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 |
---|---|
java.util.List<java.lang.Exception> |
validateAnnotatedClass(TestClass testClass)
Adds to
errors a throwable for each problem detected. |
validateAnnotatedField, validateAnnotatedMethod
public java.util.List<java.lang.Exception> validateAnnotatedClass(TestClass testClass)
errors
a throwable for each problem detected. Looks for
FixMethodOrder
annotations.validateAnnotatedClass
in class AnnotationValidator
testClass
- that is being validated