public class JUnitOptions extends TestFrameworkOptions
| Constructor | Description | 
|---|---|
| JUnitOptions() | 
| Modifier and Type | Method | 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) | The set of categories to exclude. | 
| void | setIncludeCategories(Set<String> includeCategories) | The set of categories to run. | 
public JUnitOptions includeCategories(String... includeCategories)
public JUnitOptions excludeCategories(String... excludeCategories)
public void setIncludeCategories(Set<String> includeCategories)
@Input public Set<String> getExcludeCategories()