All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static org.hamcrest.Matcher<? super org.apache.http.HttpResponse> |
hasContent(String content) |
static org.hamcrest.Matcher<? super org.apache.http.HttpResponse> |
hasContent(String content,
String charset) |
static org.hamcrest.Matcher<? super org.apache.http.client.protocol.HttpClientContext> |
hasCookie(String expectedCookieName,
String expectedCookieValue) |
static org.hamcrest.Matcher<? super org.apache.http.HttpResponse> |
hasStatus(int expectedStatus) |