|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of GroupMatcher in com.atlassian.crowd.test.matchers |
|---|
| Methods in com.atlassian.crowd.test.matchers that return GroupMatcher | ||
|---|---|---|
static
|
GroupMatcher.group()
A matcher that matches any group. |
|
static
|
CrowdMatchers.group()
|
|
static
|
GroupMatcher.group(Class<T> type)
A matcher that matches any group; synonymous with group() but its argument is used to set the matcher type. |
|
static
|
CrowdMatchers.group(Class<T> type)
A matcher that matches any group; synonymous with CrowdMatchers.group() but its argument is used to set the matcher type. |
|
static
|
GroupMatcher.groupNamed(String name)
A matcher that matches a group with the given name. |
|
static
|
CrowdMatchers.groupNamed(String name)
|
|
GroupMatcher<E> |
GroupMatcher.withActive(boolean active)
Builds a new specialised matcher to match the given active status; the returned matcher will only match if all this matcher's non-group name constraints are matched AND the given status is equal to the group's active status. |
|
GroupMatcher<E> |
GroupMatcher.withNameMatching(org.hamcrest.Matcher<String> nameMatcher)
Builds a new specialised matcher to match on group name; the returned matcher will only match if all this matcher's non-group-name constraints are matched AND the given matcher matches the group's name. |
|
GroupMatcher<E> |
GroupMatcher.withNameOf(String name)
Builds a new specialised matcher to match the given group name exactly; the returned matcher will only match if all this matcher's non-group-name constraints are matched AND the given string is equal to the group's name. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||