Annotation Type Manual


@Retention(RUNTIME) @Target(METHOD) public @interface Manual
Annotation that marks a manual test.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    An optional indication of the last date or version an appl
    An optional reason explaining the manual result
    Specify the most recent result of manual testing.
  • Element Details

    • result

      TestResult result
      Specify the most recent result of manual testing.
      Default:
      PENDING
    • reason

      String reason
      An optional reason explaining the manual result
      Default:
      ""
    • lastTested

      String lastTested
      An optional indication of the last date or version an appl
      Default:
      ""