Annotation Type ForSource
A marker annotation that can designate that a given test method should only be executed if
the test invocation's
SourceType matches one of the entries in value().- Author:
- Chris Cranford
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionReturns 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[] valueReturns the connector type that will be used for the test template invocation matrix.- Default:
- {}
-
reason
String reasonReturns the reason documenting why specific sources are excluded.- Default:
- ""
-