Annotation Type SkipIfToggleEnabled


@Retention(RUNTIME) @Target(METHOD) public @interface SkipIfToggleEnabled
Annotation to mark a test that should be skipped if a toggle is enabled. This is meant for tests that rely on a feature that changes once the toggle is enabled.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The toggle that is required for the test to be skipped
  • Element Details

    • value

      String value
      The toggle that is required for the test to be skipped
      Returns:
      the toggle name