The JUnit specific test options.
Type | Name and description |
---|---|
JUnitOptions |
excludeCategories(String... excludeCategories) |
Set<String> |
getExcludeCategories() The set of categories to exclude. |
Set<String> |
getIncludeCategories() The set of categories to run. |
JUnitOptions |
includeCategories(String... includeCategories) |
void |
setExcludeCategories(Set<String> excludeCategories) |
void |
setIncludeCategories(Set<String> includeCategories) |
The set of categories to exclude.
The set of categories to run.