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
    Class<? extends groovy.lang.Closure>
     
  • Element Details

    • value

      Class<? extends groovy.lang.Closure> value