Annotation Type SkipWhenSource
@Target(METHOD)
@Retention(RUNTIME)
@Repeatable(SkipWhenSources.class)
public @interface SkipWhenSource
Mark a test template method to be skipped if the current source type matches any of the types
specific in the annotation's
value() array.- Author:
- Chris Cranford
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionReturns the reason documenting why specific sources are excluded.Returns the connector types that will be excluded from the test template invocation matrix.
-
Element Details
-
value
SourceType[] valueReturns the connector types that will be excluded from the test template invocation matrix.- Default:
- {}
-
reason
String reasonReturns the reason documenting why specific sources are excluded.- Default:
- ""
-