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 classAndGroupMatcherAND group matcherclassInverseGroupMatcherInverse group matcherclassJoinGroupMatcherJoins several group matchersclassOrGroupMatcherOR group matcherclassSingleGroupMatcherSingle group matcherFields in org.apache.maven.surefire.group.match declared as GroupMatcher Modifier and Type Field Description private GroupMatcherInverseGroupMatcher. matcherFields 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. matchersMethods 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 booleanJoinGroupMatcher. 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 GroupMatcherGroupMatcherParser. expr()private GroupMatcherGroupMatcherParser. getMatcher(GroupMatcherParser.Op op, GroupMatcher... matchers)GroupMatcherGroupMatcherParser. group()GroupMatcherGroupMatcherParser. igroup()GroupMatcherGroupMatcherParser. parse()GroupMatcherGroupMatcherParser. value()Methods in org.apache.maven.surefire.group.parse with parameters of type GroupMatcher Modifier and Type Method Description private GroupMatcherGroupMatcherParser. 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 GroupMatcherGroupMatcherMethodSelector. matcherMethods in org.apache.maven.surefire.testng.utils with parameters of type GroupMatcher Modifier and Type Method Description static voidGroupMatcherMethodSelector. setGroupMatcher(GroupMatcher matcher)
-