|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) public static @interface Categories.IncludeCategory
Optional Element Summary | |
---|---|
boolean |
matchAny
If true, runs tests annotated with any of the categories in value() . |
Class<?>[] |
value
Determines the tests to run that are annotated with categories specified in the value of this annotation or their subtypes unless excluded with Categories.ExcludeCategory . |
public abstract Class<?>[] value
Categories.ExcludeCategory
.
public abstract boolean matchAny
value()
. Otherwise, runs tests only if annotated with all of the categories.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |