Package spock.lang
Annotation Type IgnoreIf
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface IgnoreIf
Ignores the annotated spec/feature if the given condition holds.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends groovy.lang.Closure>
value
-