Annotation Interface TestRail


@Retention(RUNTIME) @Target(METHOD) public @interface TestRail
An annotation describing TestRail test cases.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    ID of a test run.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    ID of the test case.
  • Element Details

    • runId

      String runId
      ID of a test run. It's like a test plan ID.
      Returns:
      test run ID
    • caseId

      String[] caseId
      ID of the test case.
      Returns:
      test case ID
      Default:
      {""}