|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface AppliesTo
Annotation specifying to which method names the configuration applies. The value of configuration is an array of
regular expressions that are matched against test method names (those methods marked with Test
).
A configuration method can match multiple test methods, case when the options will be merged.
Optional Element Summary | |
---|---|
java.lang.String[] |
value
Array of regular expressions that are matched agains test methods names. |
public abstract java.lang.String[] value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |