Package com.atlassian.jira.application
Class ApplicationRoleDataMatcher
java.lang.Object
org.hamcrest.BaseMatcher<ApplicationRoleStore.ApplicationRoleData>
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 voiddescribeMismatchSafely(ApplicationRoleStore.ApplicationRoleData item, org.hamcrest.Description mismatchDescription) voiddescribeTo(org.hamcrest.Description description) key(com.atlassian.application.api.ApplicationKey key) protected booleanmatchesSafely(ApplicationRoleStore.ApplicationRoleData applicationRoleData) merge(ApplicationRole role) selectedByDefault(boolean selectedByDefault) Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, matchesMethods 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:
matchesSafelyin 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:
describeMismatchSafelyin classorg.hamcrest.TypeSafeMatcher<ApplicationRoleStore.ApplicationRoleData>
-