Package org.junit.validator
Annotation Interface ValidateWith
Allows for an
AnnotationValidator
to be attached to an annotation.
When attached to an annotation, the validator will be instantiated and invoked
by the ParentRunner
.
- Since:
- 4.12
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends AnnotationValidator> value
-