Annotation Type SkipOnReadOnly


@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface SkipOnReadOnly
Marker annotation used to skip a given test if the session is marked as read-only.
Author:
Chris Cranford
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Specifies the reason why the test is being skipped.
  • Element Details

    • reason

      String reason
      Specifies the reason why the test is being skipped.
      Default:
      ""