Annotation Type SkipWhenSink


@Target(METHOD) @Retention(RUNTIME) public @interface SkipWhenSink
Mark a test template method to be skipped if the current sink type matches any of the types specific in the annotation's value() array.
Author:
Chris Cranford
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Returns the reason documenting why specific sinks are excluded.
    Returns the connector types that will be excluded from the test template invocation matrix.
  • Element Details

    • value

      SinkType[] value
      Returns the connector types that will be excluded from the test template invocation matrix.
      Default:
      {}
    • reason

      String reason
      Returns the reason documenting why specific sinks are excluded.
      Default:
      ""