Package gw.testharness
Annotation Type KnownBreakQualifier
Annotations which have this annotation are used to qualify a KnownBreak. If a test is annotated with a qualifier
annotation, then the test is only a KnownBreak if the qualifier's condition is satisfied.
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends Predicate<? super IAnnotationInfo>> value
-