| Constructor and Description |
|---|
GroupRowMatcher(org.hamcrest.Matcher<String> nameMatcher,
org.hamcrest.Matcher<String> descriptionMatcher,
org.hamcrest.Matcher<Boolean> activeMatcher) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeMismatchSafely(GroupRow item,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(GroupRow item) |
static GroupRow.GroupRowMatcher |
withName(String name) |
static GroupRow.GroupRowMatcher |
withNameAndDescription(String name,
String description) |
protected boolean matchesSafely(GroupRow item)
matchesSafely in class org.hamcrest.TypeSafeMatcher<GroupRow>public void describeTo(org.hamcrest.Description description)
protected void describeMismatchSafely(GroupRow item, org.hamcrest.Description mismatchDescription)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<GroupRow>public static GroupRow.GroupRowMatcher withName(String name)
public static GroupRow.GroupRowMatcher withNameAndDescription(String name, String description)
Copyright © 2024 Atlassian. All rights reserved.