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

public static class GroupRow.GroupRowMatcher extends org.hamcrest.TypeSafeMatcher<GroupRow>
  • Constructor Details

    • GroupRowMatcher

      public GroupRowMatcher(org.hamcrest.Matcher<String> nameMatcher, org.hamcrest.Matcher<String> descriptionMatcher, org.hamcrest.Matcher<Boolean> activeMatcher)
  • Method Details

    • matchesSafely

      protected boolean matchesSafely(GroupRow item)
      Specified by:
      matchesSafely in class org.hamcrest.TypeSafeMatcher<GroupRow>
    • describeTo

      public void describeTo(org.hamcrest.Description description)
    • describeMismatchSafely

      protected void describeMismatchSafely(GroupRow item, org.hamcrest.Description mismatchDescription)
      Overrides:
      describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<GroupRow>
    • withName

      public static GroupRow.GroupRowMatcher withName(String name)
    • withNameAndDescription

      public static GroupRow.GroupRowMatcher withNameAndDescription(String name, String description)