Package gw.testharness
Annotation Type KnownBreakQualifier
-
@Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface 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 Modifier and Type Required Element Description Class<? extends Predicate<? super IAnnotationInfo>>
value
-
-
-
Element Detail
-
value
Class<? extends Predicate<? super IAnnotationInfo>> value
-
-