Package spock.lang

Annotation Type Ignore


  • @Retention(RUNTIME)
    @Target({TYPE,METHOD})
    public @interface Ignore
    Indicates that a specification or feature method should not be run.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value
      The reason for ignoring this element.
    • Element Detail

      • value

        java.lang.String value
        The reason for ignoring this element.
        Returns:
        the reason for ignoring this element
        Default:
        ""