public class IsMessageWithPayload
extends org.hamcrest.TypeSafeMatcher<org.mule.runtime.api.message.Message>
| Constructor and Description |
|---|
IsMessageWithPayload(org.hamcrest.Matcher<String> matcher) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeMismatchSafely(org.mule.runtime.api.message.Message message,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(org.mule.runtime.api.message.Message message) |
public IsMessageWithPayload(org.hamcrest.Matcher<String> matcher)
protected boolean matchesSafely(org.mule.runtime.api.message.Message message)
matchesSafely in class org.hamcrest.TypeSafeMatcher<org.mule.runtime.api.message.Message>public void describeTo(org.hamcrest.Description description)
protected void describeMismatchSafely(org.mule.runtime.api.message.Message message,
org.hamcrest.Description mismatchDescription)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<org.mule.runtime.api.message.Message>Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.