Uses of Interface
org.apache.maven.surefire.group.match.GroupMatcher
-
Packages that use GroupMatcher Package Description org.apache.maven.surefire.group.match org.apache.maven.surefire.group.parse -
-
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 matcherMethods in org.apache.maven.surefire.group.match that return types with arguments of type GroupMatcher Modifier and Type Method Description protected 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(Collection<GroupMatcher> matchers)OrGroupMatcher(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()GroupMatcherGroupMatcherParser. group()GroupMatcherGroupMatcherParser. igroup()GroupMatcherGroupMatcherParser. parse()GroupMatcherGroupMatcherParser. value()
-