Package spock.lang

Annotation Type Ignore

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean inherited
      Whether this annotation should be inherited by child classes.
      String value
      The reason for ignoring this element.
    • Element Detail

      • value

        String value
        The reason for ignoring this element.
        Returns:
        the string to use for the skip message
        Default:
        ""
      • inherited

        boolean inherited
        Whether this annotation should be inherited by child classes. For historic reasons, this is false by default. It has no special effect if used on a feature.
        Returns:
        whether this annotation applies to child classes
        Since:
        2.1
        Default:
        false