Class FilterRule
- java.lang.Object
-
- org.apache.sling.testing.junit.rules.FilterRule
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class FilterRule extends Object implements org.junit.rules.TestRule
-
-
Field Summary
Fields Modifier and Type Field Description static StringCATEGORY_PROPERTYstatic StringINCLUDE_CATEGORY_PROPERTY
-
Constructor Summary
Constructors Constructor Description FilterRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilterRuleaddDefaultIgnoreCategories(Class... ignoredCategories)org.junit.runners.model.Statementapply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
-
-
-
Field Detail
-
CATEGORY_PROPERTY
public static final String CATEGORY_PROPERTY
- See Also:
- Constant Field Values
-
INCLUDE_CATEGORY_PROPERTY
public static final String INCLUDE_CATEGORY_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)- Specified by:
applyin interfaceorg.junit.rules.TestRule
-
addDefaultIgnoreCategories
public FilterRule addDefaultIgnoreCategories(Class... ignoredCategories)
-
-