|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.junit.runner.manipulation.Filter
org.junit.experimental.categories.Categories.CategoryFilter
public static class Categories.CategoryFilter
| Field Summary |
|---|
| Fields inherited from class org.junit.runner.manipulation.Filter |
|---|
ALL |
| Constructor Summary | |
|---|---|
Categories.CategoryFilter(java.lang.Class<?> includedCategory,
java.lang.Class<?> excludedCategory)
|
|
| Method Summary | |
|---|---|
java.lang.String |
describe()
Returns a textual description of this Filter |
static Categories.CategoryFilter |
include(java.lang.Class<?> categoryType)
|
boolean |
shouldRun(Description description)
|
| Methods inherited from class org.junit.runner.manipulation.Filter |
|---|
apply, matchMethodDescription |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Categories.CategoryFilter(java.lang.Class<?> includedCategory,
java.lang.Class<?> excludedCategory)
| Method Detail |
|---|
public static Categories.CategoryFilter include(java.lang.Class<?> categoryType)
public java.lang.String describe()
Filter
describe in class Filterpublic boolean shouldRun(Description description)
shouldRun in class Filterdescription - the description of the test to be run
true if the test should be run
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||