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.Filter
public boolean shouldRun(org.junit.runner.Description description)
shouldRun
in class org.junit.runner.manipulation.Filter
Copyright © 2002-2018 Atlassian. All Rights Reserved.