public class CategoryFilter
extends org.junit.runner.manipulation.Filter
NOTE: shamelessly ripped off from the Categories code. Sorry for that Kent!
| Constructor and Description |
|---|
CategoryFilter(Set<Category> includedCategories,
Set<Category> excludedCategories) |
| Modifier and Type | Method and Description |
|---|---|
String |
describe() |
boolean |
shouldRun(org.junit.runner.Description description) |
public String describe()
describe in class org.junit.runner.manipulation.Filterpublic boolean shouldRun(org.junit.runner.Description description)
shouldRun in class org.junit.runner.manipulation.FilterCopyright © 2002-2019 Atlassian. All Rights Reserved.