Class GroupRow.GroupRowMatcher
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<GroupRow>
com.atlassian.crowd.pageobjects.group.GroupRow.GroupRowMatcher
- All Implemented Interfaces:
org.hamcrest.Matcher<GroupRow>
,org.hamcrest.SelfDescribing
- Enclosing class:
- GroupRow
-
Constructor Summary
ConstructorDescriptionGroupRowMatcher
(org.hamcrest.Matcher<String> nameMatcher, org.hamcrest.Matcher<String> descriptionMatcher, org.hamcrest.Matcher<Boolean> activeMatcher) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
describeMismatchSafely
(GroupRow item, org.hamcrest.Description mismatchDescription) void
describeTo
(org.hamcrest.Description description) protected boolean
matchesSafely
(GroupRow item) static GroupRow.GroupRowMatcher
static GroupRow.GroupRowMatcher
withNameAndDescription
(String name, String description) Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, matches
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
-
Constructor Details
-
GroupRowMatcher
-
-
Method Details