Class GroupMatcherCategoryFilter
- java.lang.Object
-
- org.junit.runner.manipulation.Filter
-
- org.apache.maven.surefire.common.junit48.GroupMatcherCategoryFilter
-
final class GroupMatcherCategoryFilter extends org.junit.runner.manipulation.Filter
-
-
Field Summary
Fields Modifier and Type Field Description private AndGroupMatcher
matcher
-
Constructor Summary
Constructors Constructor Description GroupMatcherCategoryFilter(GroupMatcher included, GroupMatcher excluded)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
describe()
private static void
findSuperclassCategories(java.util.Set<java.lang.Class<?>> cats, java.lang.Class<?> clazz)
boolean
shouldRun(org.junit.runner.Description description)
private boolean
shouldRun(org.junit.runner.Description description, org.junit.runner.Description parent, java.lang.Class<?> parentClass)
-
-
-
Field Detail
-
matcher
private final AndGroupMatcher matcher
-
-
Constructor Detail
-
GroupMatcherCategoryFilter
GroupMatcherCategoryFilter(GroupMatcher included, GroupMatcher excluded)
-
-
Method Detail
-
shouldRun
public boolean shouldRun(org.junit.runner.Description description)
- Specified by:
shouldRun
in classorg.junit.runner.manipulation.Filter
-
findSuperclassCategories
private static void findSuperclassCategories(java.util.Set<java.lang.Class<?>> cats, java.lang.Class<?> clazz)
-
shouldRun
private boolean shouldRun(org.junit.runner.Description description, org.junit.runner.Description parent, java.lang.Class<?> parentClass)
-
describe
public java.lang.String describe()
- Specified by:
describe
in classorg.junit.runner.manipulation.Filter
-
-