Package | Description |
---|---|
com.atlassian.crowd.test.matchers |
Modifier and Type | Method and Description |
---|---|
static ApplicationMatcher |
ApplicationMatcher.application()
A matcher that matches any application.
|
static ApplicationMatcher |
CrowdMatchers.application() |
static ApplicationMatcher |
ApplicationMatcher.applicationNamed(String name)
A matcher that matches an application with the given name.
|
ApplicationMatcher |
ApplicationMatcher.withNameMatching(org.hamcrest.Matcher<String> nameMatcher)
Builds a new specialised matcher to match on application name; the returned matcher will only match if all
this matcher's non-name constraints are matched AND the given matcher matches the application's name.
|
ApplicationMatcher |
ApplicationMatcher.withNameOf(String name)
Builds a new specialised matcher to match the given application name exactly; the returned matcher will only
match if all this matcher's non-name constraints are matched AND the given string is equal to the application's
name.
|
ApplicationMatcher |
ApplicationMatcher.withRemoteAddressesMatching(org.hamcrest.Matcher<Set<RemoteAddress>> remoteAddressesMatcher)
Builds a new specialised matcher to match on remote addresses; the returned matcher will only match if all
this matcher's non-remote-address constraints are matched AND the given matcher matches the application's
remote addresses.
|
ApplicationMatcher |
ApplicationMatcher.withRemoteAddressOf(Set<RemoteAddress> remoteAddresses)
Builds a new specialised matcher to match the given application remote addresses exactly; the returned matcher
will only match if all this matcher's non-remote-address constraints are matched AND the given set is equal to
the application's remote addresses.
|
Copyright © 2020 Atlassian. All rights reserved.