Package com.atlassian.jira.application
Class ApplicationRoleDataMatcher
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<ApplicationRoleStore.ApplicationRoleData>
com.atlassian.jira.application.ApplicationRoleDataMatcher
- All Implemented Interfaces:
org.hamcrest.Matcher<ApplicationRoleStore.ApplicationRoleData>
,org.hamcrest.SelfDescribing
public class ApplicationRoleDataMatcher
extends org.hamcrest.TypeSafeMatcher<ApplicationRoleStore.ApplicationRoleData>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefaultGroups
(Iterable<String> defaultGroups) defaultGroups
(String... defaultGroups) protected void
describeMismatchSafely
(ApplicationRoleStore.ApplicationRoleData item, org.hamcrest.Description mismatchDescription) void
describeTo
(org.hamcrest.Description description) key
(com.atlassian.application.api.ApplicationKey key) protected boolean
matchesSafely
(ApplicationRoleStore.ApplicationRoleData applicationRoleData) merge
(ApplicationRole role) selectedByDefault
(boolean selectedByDefault) Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, matches
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
-
Constructor Details
-
ApplicationRoleDataMatcher
public ApplicationRoleDataMatcher()
-
-
Method Details
-
match
-
merge
-
selectedByDefault
-
key
-
key
-
groups
-
groups
-
defaultGroups
-
defaultGroups
-
matchesSafely
- Specified by:
matchesSafely
in classorg.hamcrest.TypeSafeMatcher<ApplicationRoleStore.ApplicationRoleData>
-
describeTo
public void describeTo(org.hamcrest.Description description) -
describeMismatchSafely
protected void describeMismatchSafely(ApplicationRoleStore.ApplicationRoleData item, org.hamcrest.Description mismatchDescription) - Overrides:
describeMismatchSafely
in classorg.hamcrest.TypeSafeMatcher<ApplicationRoleStore.ApplicationRoleData>
-