public class MessagingExceptionMatcher extends org.hamcrest.TypeSafeMatcher<MessagingException>
Matcher for MessagingException instances.| Constructor and Description |
|---|
MessagingExceptionMatcher(EventMatcher eventMatcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(MessagingException item) |
static MessagingExceptionMatcher |
withEventThat(EventMatcher eventMatcher) |
describeMismatch, describeMismatchSafely, matchespublic MessagingExceptionMatcher(EventMatcher eventMatcher)
public static MessagingExceptionMatcher withEventThat(EventMatcher eventMatcher)
protected boolean matchesSafely(MessagingException item)
matchesSafely in class org.hamcrest.TypeSafeMatcher<MessagingException>public void describeTo(org.hamcrest.Description description)
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.