Uses of Class
com.atlassian.crowd.test.matchers.ApplicationMatcher
Packages that use ApplicationMatcher
-
Uses of ApplicationMatcher in com.atlassian.crowd.test.matchers
Methods in com.atlassian.crowd.test.matchers that return ApplicationMatcherModifier and TypeMethodDescriptionstatic ApplicationMatcherApplicationMatcher.application()A matcher that matches any application.static ApplicationMatcherCrowdMatchers.application()static ApplicationMatcherApplicationMatcher.applicationNamed(String name) A matcher that matches an application with the given name.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.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.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.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.