public static class AuiMessages.AuiMessageMatcher extends org.hamcrest.TypeSafeMatcher<AuiMessage>
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
describeMismatchSafely(AuiMessage item,
                      org.hamcrest.Description mismatchDescription)  | 
void | 
describeTo(org.hamcrest.Description description)  | 
static AuiMessages.AuiMessageMatcher | 
forExactMessage(AuiType type,
               String content)  | 
static AuiMessages.AuiMessageMatcher | 
forMessage(org.hamcrest.Matcher<AuiType> typeMatcher,
          org.hamcrest.Matcher<String> contentMatcher)  | 
protected boolean | 
matchesSafely(AuiMessage item)  | 
protected boolean matchesSafely(AuiMessage item)
matchesSafely in class org.hamcrest.TypeSafeMatcher<AuiMessage>public void describeTo(org.hamcrest.Description description)
protected void describeMismatchSafely(AuiMessage item, org.hamcrest.Description mismatchDescription)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<AuiMessage>public static AuiMessages.AuiMessageMatcher forMessage(org.hamcrest.Matcher<AuiType> typeMatcher, org.hamcrest.Matcher<String> contentMatcher)
public static AuiMessages.AuiMessageMatcher forExactMessage(AuiType type, String content)
Copyright © 2021 Atlassian. All rights reserved.