@Retention(RUNTIME) public static @interface Categories.ExcludeCategory
Modifier and Type | Optional Element | Description |
---|---|---|
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() . |
Class<?>[] value
Categories.IncludeCategory.value()
.Copyright © 2002–2018 JUnit. All rights reserved.