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