The JUnit specific test options.
| Type | Name and description |
|---|---|
Set<String> |
excludeCategoriesThe set of categories to exclude. |
Set<String> |
includeCategoriesThe set of categories to run. |
| Type | Name and description |
|---|---|
JUnitOptions |
excludeCategories(String... excludeCategories) |
JUnitOptions |
includeCategories(String... includeCategories) |
The set of categories to exclude.
The set of categories to run.