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
    java.lang.String lastTested
    An optional indication of the last date or version an appl
    java.lang.String reason
    An optional reason explaining the manual result
    TestResult 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

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

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