Uses of Class
com.atlassian.crowd.test.matchers.GroupMatcher

Uses of GroupMatcher in com.atlassian.crowd.test.matchers
 

Methods in com.atlassian.crowd.test.matchers that return GroupMatcher
static
<T extends Group>
GroupMatcher<T>
GroupMatcher.group()
          A matcher that matches any group.
static
<T extends Group>
GroupMatcher<T>
CrowdMatchers.group()
           
static
<T extends Group>
GroupMatcher<T>
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
<T extends Group>
GroupMatcher<T>
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
<T extends Group>
GroupMatcher<T>
GroupMatcher.groupNamed(String name)
          A matcher that matches a group with the given name.
static
<T extends Group>
GroupMatcher<T>
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.
 



Copyright © 2014 Atlassian. All Rights Reserved.