Package spock.lang

Annotation Type IgnoreIf


@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface IgnoreIf
Ignores the annotated spec or feature if the given condition holds. Same as Requires except that the condition is inverted.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends groovy.lang.Closure>
     
  • Element Details

    • value

      Class<? extends groovy.lang.Closure> value