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 String
CATEGORY_PROPERTY
static String
INCLUDE_CATEGORY_PROPERTY
-
Constructor Summary
Constructors Constructor Description FilterRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilterRule
addDefaultIgnoreCategories(Class... ignoredCategories)
org.junit.runners.model.Statement
apply(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:
apply
in interfaceorg.junit.rules.TestRule
-
addDefaultIgnoreCategories
public FilterRule addDefaultIgnoreCategories(Class... ignoredCategories)
-
-