Package spock.lang

Annotation Type Issue


@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Repeatable(Container.class)
public @interface Issue
Indicates that a feature method or specification relates to one or more issues in an external issue tracking system.
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static interface  Issue.Container  
  • Required Element Summary

    Required Elements
    Modifier and Type Required Element Description
    String[] value
    The IDs of the issues that the annotated element relates to.
  • Element Details

    • value

      String[] value
      The IDs of the issues that the annotated element relates to.
      Returns:
      the IDs of the issues that the annotated element relates to