Annotation Type Categories.IncludeCategory
- Enclosing class:
Categories
- Version:
- 4.12
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanIf true, runs tests annotated with any of the categories invalue().Class<?>[]Determines the tests to run that are annotated with categories specified in the value of this annotation or their subtypes unless excluded withCategories.ExcludeCategory.
-
Element Details
-
value
Class<?>[] valueDetermines the tests to run that are annotated with categories specified in the value of this annotation or their subtypes unless excluded withCategories.ExcludeCategory.- Default:
{}
-
matchAny
boolean matchAnyIf true, runs tests annotated with any of the categories invalue(). Otherwise, runs tests only if annotated with all of the categories.- Default:
true
-