| 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 |
| Constructor and Description |
|---|
GroupMatcherCategoryFilter(GroupMatcher included,
GroupMatcher excluded) |
| Modifier and Type | Class and Description |
|---|---|
class |
AndGroupMatcher
AND group matcher
|
class |
InverseGroupMatcher
Inverse group matcher
|
class |
JoinGroupMatcher
Joins several group matchers
|
class |
OrGroupMatcher
OR group matcher
|
class |
SingleGroupMatcher
Single group matcher
|
| Modifier and Type | Field and Description |
|---|---|
private GroupMatcher |
InverseGroupMatcher.matcher |
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Set<GroupMatcher> |
JoinGroupMatcher.matchers |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<GroupMatcher> |
JoinGroupMatcher.getMatchers() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JoinGroupMatcher.addMatcher(GroupMatcher matcher) |
| Constructor and Description |
|---|
AndGroupMatcher(GroupMatcher... matchers) |
InverseGroupMatcher(GroupMatcher matcher) |
OrGroupMatcher(GroupMatcher... matchers) |
| Constructor and Description |
|---|
AndGroupMatcher(java.util.Collection<GroupMatcher> matchers) |
OrGroupMatcher(java.util.Collection<GroupMatcher> matchers) |
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and Description |
|---|---|
private GroupMatcher |
GroupMatcherParser.getMatcher(GroupMatcherParser.Op op,
GroupMatcher... matchers) |
| Modifier and Type | Field and Description |
|---|---|
private static GroupMatcher |
GroupMatcherMethodSelector.matcher |
| Modifier and Type | Method and Description |
|---|---|
static void |
GroupMatcherMethodSelector.setGroupMatcher(GroupMatcher matcher) |