public class PlainTextLoadingMatcher extends org.hamcrest.TypeSafeDiagnosingMatcher<HttpPayload>
HttpPayload object which needs to be
instance of TextHttpPayload.| Constructor and Description |
|---|
PlainTextLoadingMatcher(org.hamcrest.Matcher<java.lang.String> chainedMatcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
protected boolean |
matchesSafely(HttpPayload item,
org.hamcrest.Description mismatchDescription) |
public PlainTextLoadingMatcher(org.hamcrest.Matcher<java.lang.String> chainedMatcher)
protected boolean matchesSafely(HttpPayload item, org.hamcrest.Description mismatchDescription)
matchesSafely in class org.hamcrest.TypeSafeDiagnosingMatcher<HttpPayload>public void describeTo(org.hamcrest.Description description)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object