| Constructor and Description |
|---|
HasStatusCode(org.hamcrest.Matcher<Integer> statusCodeMatcher)
Creates an instance of this matcher.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeMismatchSafely(Response item,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(Response item) |
public HasStatusCode(org.hamcrest.Matcher<Integer> statusCodeMatcher)
statusCodeMatcher - The matcher to be used to evaluate the status code of a responseCopyright © 2013. All Rights Reserved.