Uses of Interface
org.apache.maven.surefire.group.match.GroupMatcher
-
Packages that use GroupMatcher Package Description org.apache.maven.surefire.common.junit48 org.apache.maven.surefire.group.match org.apache.maven.surefire.group.parse org.apache.maven.surefire.testng.utils -
-
Uses of GroupMatcher in org.apache.maven.surefire.common.junit48
Constructors in org.apache.maven.surefire.common.junit48 with parameters of type GroupMatcher Constructor Description GroupMatcherCategoryFilter(GroupMatcher included, GroupMatcher excluded)
-
Uses of GroupMatcher in org.apache.maven.surefire.group.match
Classes in org.apache.maven.surefire.group.match that implement GroupMatcher Modifier and Type Class Description class
AndGroupMatcher
AND group matcherclass
InverseGroupMatcher
Inverse group matcherclass
JoinGroupMatcher
Joins several group matchersclass
OrGroupMatcher
OR group matcherclass
SingleGroupMatcher
Single group matcherFields in org.apache.maven.surefire.group.match declared as GroupMatcher Modifier and Type Field Description private GroupMatcher
InverseGroupMatcher. matcher
Fields in org.apache.maven.surefire.group.match with type parameters of type GroupMatcher Modifier and Type Field Description (package private) java.util.Set<GroupMatcher>
JoinGroupMatcher. matchers
Methods in org.apache.maven.surefire.group.match that return types with arguments of type GroupMatcher Modifier and Type Method Description protected java.util.Set<GroupMatcher>
JoinGroupMatcher. getMatchers()
Methods in org.apache.maven.surefire.group.match with parameters of type GroupMatcher Modifier and Type Method Description boolean
JoinGroupMatcher. addMatcher(GroupMatcher matcher)
Constructors in org.apache.maven.surefire.group.match with parameters of type GroupMatcher Constructor Description AndGroupMatcher(GroupMatcher... matchers)
InverseGroupMatcher(GroupMatcher matcher)
OrGroupMatcher(GroupMatcher... matchers)
Constructor parameters in org.apache.maven.surefire.group.match with type arguments of type GroupMatcher Constructor Description AndGroupMatcher(java.util.Collection<GroupMatcher> matchers)
OrGroupMatcher(java.util.Collection<GroupMatcher> matchers)
-
Uses of GroupMatcher in org.apache.maven.surefire.group.parse
Methods in org.apache.maven.surefire.group.parse that return GroupMatcher Modifier and Type Method Description GroupMatcher
GroupMatcherParser. expr()
private GroupMatcher
GroupMatcherParser. getMatcher(GroupMatcherParser.Op op, GroupMatcher... matchers)
GroupMatcher
GroupMatcherParser. group()
GroupMatcher
GroupMatcherParser. igroup()
GroupMatcher
GroupMatcherParser. parse()
GroupMatcher
GroupMatcherParser. value()
Methods in org.apache.maven.surefire.group.parse with parameters of type GroupMatcher Modifier and Type Method Description private GroupMatcher
GroupMatcherParser. getMatcher(GroupMatcherParser.Op op, GroupMatcher... matchers)
-
Uses of GroupMatcher in org.apache.maven.surefire.testng.utils
Fields in org.apache.maven.surefire.testng.utils declared as GroupMatcher Modifier and Type Field Description private static GroupMatcher
GroupMatcherMethodSelector. matcher
Methods in org.apache.maven.surefire.testng.utils with parameters of type GroupMatcher Modifier and Type Method Description static void
GroupMatcherMethodSelector. setGroupMatcher(GroupMatcher matcher)
-