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
    String value
    The reason for ignoring this element.
  • Element Details

    • value

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