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
ConstructorsConstructorDescriptionGroupRowMatcher(org.hamcrest.Matcher<String> nameMatcher, org.hamcrest.Matcher<String> descriptionMatcher, org.hamcrest.Matcher<Boolean> activeMatcher) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddescribeMismatchSafely(GroupRow item, org.hamcrest.Description mismatchDescription) voiddescribeTo(org.hamcrest.Description description) protected booleanmatchesSafely(GroupRow item) static GroupRow.GroupRowMatcherstatic GroupRow.GroupRowMatcherwithNameAndDescription(String name, String description) Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, matchesMethods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
-
Constructor Details
-
GroupRowMatcher
-
-
Method Details