Package | Description |
---|---|
com.atlassian.crowd.test.matchers |
Modifier and Type | Method and Description |
---|---|
static <T extends PermittedGroup> |
PermittedGroupMatcher.group()
A matcher that matches any directoryGroup.
|
static <T extends PermittedGroup> |
PermittedGroupMatcher.group(Class<T> type)
A matcher that matches any directoryGroup; synonymous with
group() but its argument is used to set the matcher type. |
PermittedGroupMatcher<E> |
PermittedGroupMatcher.matching(PermittedGroup group)
Builds a new specialised matcher to match the attributes in the given group exactly; the returned matcher will only match if all
this matcher's non-group-attribute constraints are matched AND all of the matcher's group-attributes are matched.
|
static <T extends PermittedGroup> |
CrowdMatchers.permittedGroup() |
Copyright © 2021 Atlassian. All rights reserved.