public class FilterRule extends Object implements org.junit.rules.TestRule
| Modifier and Type | Field and Description |
|---|---|
static String |
CATEGORY_PROPERTY |
static String |
INCLUDE_CATEGORY_PROPERTY |
| Constructor and Description |
|---|
FilterRule() |
| Modifier and Type | Method and Description |
|---|---|
FilterRule |
addDefaultIgnoreCategories(Class... ignoredCategories) |
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
public static final String CATEGORY_PROPERTY
public static final String INCLUDE_CATEGORY_PROPERTY
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description)
apply in interface org.junit.rules.TestRulepublic FilterRule addDefaultIgnoreCategories(Class... ignoredCategories)
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.