Modifier and Type | Method and Description |
---|---|
protected void |
describeMismatchSafely(AuiFlag item,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
static AuiFlags.AuiFlagMatcher |
forExactFlag(AuiType type,
String header,
String message) |
static AuiFlags.AuiFlagMatcher |
forFlag(org.hamcrest.Matcher<AuiType> typeMatcher,
org.hamcrest.Matcher<String> headerMatcher,
org.hamcrest.Matcher<String> messageMatcher) |
protected boolean |
matchesSafely(AuiFlag item) |
protected boolean matchesSafely(AuiFlag item)
matchesSafely
in class org.hamcrest.TypeSafeMatcher<AuiFlag>
public void describeTo(org.hamcrest.Description description)
protected void describeMismatchSafely(AuiFlag item, org.hamcrest.Description mismatchDescription)
describeMismatchSafely
in class org.hamcrest.TypeSafeMatcher<AuiFlag>
public static AuiFlags.AuiFlagMatcher forFlag(org.hamcrest.Matcher<AuiType> typeMatcher, org.hamcrest.Matcher<String> headerMatcher, org.hamcrest.Matcher<String> messageMatcher)
public static AuiFlags.AuiFlagMatcher forExactFlag(AuiType type, String header, String message)
Copyright © 2020 Atlassian. All rights reserved.