| Constructor and Description |
|---|
HasResponseBody(org.hamcrest.Matcher<String> bodyMatcher)
Creates a new instance of this matcher.
|
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
boolean |
matchesSafely(Response actualResponse) |
describeMismatch, describeMismatchSafely, matchespublic HasResponseBody(org.hamcrest.Matcher<String> bodyMatcher)
bodyMatcher - The matcher to be used to evaluate the body of the responseCopyright © 2013. All Rights Reserved.