Package | Description |
---|---|
com.atlassian.crowd.test.matchers |
Modifier and Type | Method and Description |
---|---|
static <T extends Group> |
GroupMatcher.group()
A matcher that matches any group.
|
static <T extends Group> |
CrowdMatchers.group() |
static <T extends Group> |
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> |
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.groupNamed(String name)
A matcher that matches a group with the given name.
|
static <T extends Group> |
CrowdMatchers.groupNamed(String name) |
GroupMatcher<E> |
GroupMatcher.withActive(boolean active) |
GroupMatcher<E> |
GroupMatcher.withDirectoryId(long directoryId) |
GroupMatcher<E> |
GroupMatcher.withNameMatching(org.hamcrest.Matcher<String> nameMatcher) |
GroupMatcher<E> |
GroupMatcher.withNameOf(String name) |
Copyright © 2020 Atlassian. All rights reserved.