Annotation Type Categories.ExcludeCategory
- Enclosing class:
Categories
- Version:
- 4.12
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanIf true, the tests annotated with any of the categories invalue()do not run.Class<?>[]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 inCategories.IncludeCategory.value().
-
Element Details
-
value
Class<?>[] valueDetermines 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 inCategories.IncludeCategory.value().- Default:
{}
-
matchAny
boolean matchAnyIf true, the tests annotated with any of the categories invalue()do not run. Otherwise, the tests do not run if and only if annotated with all categories.- Default:
true
-