Annotation Type Issues


@Retention(RUNTIME)
@Target({METHOD,TYPE})
public @interface Issues
Used to indicate that a test case or test relates to a particular issue or story card in the issue tracking system.
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    java.lang.String[] value  
  • Element Details

    • value

      java.lang.String[] value