Uses of Class
com.atlassian.crowd.test.matchers.PermittedGroupMatcher
-
Uses of PermittedGroupMatcher in com.atlassian.crowd.test.matchers
Modifier and TypeMethodDescriptionstatic <T extends PermittedGroup>
PermittedGroupMatcher<T>PermittedGroupMatcher.group()
A matcher that matches any directoryGroup.static <T extends PermittedGroup>
PermittedGroupMatcher<T>A matcher that matches any directoryGroup; synonymous withgroup()
but its argument is used to set the matcher type.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>
PermittedGroupMatcher<T>CrowdMatchers.permittedGroup()