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