Annotation Type ForSourceNoMatrix


@Target(METHOD) @Retention(RUNTIME) public @interface ForSourceNoMatrix
A marker meta annotation that explicitly skips all matrix bits and instead executes the annotated method once only for the sources specified in the value().
Author:
Chris Cranford
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Returns the reason documenting why specific sources are excluded.
    Returns the connector type that will be used for the test template invocation matrix.
  • Element Details

    • value

      SourceType[] value
      Returns the connector type that will be used for the test template invocation matrix.
      Default:
      {}
    • reason

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