Annotation Type WithTag


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

    • value

      String value
      Default:
      ""
    • name

      String name
      Default:
      ""
    • type

      String type
      Default:
      "feature"