public final class HttpResponseMatchers extends Object
| Constructor and Description |
|---|
HttpResponseMatchers() |
| 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.HttpResponse> |
hasStatus(int expectedStatus) |
public static org.hamcrest.Matcher<? super org.apache.http.HttpResponse> hasStatus(int expectedStatus)
public static org.hamcrest.Matcher<? super org.apache.http.HttpResponse> hasContent(String content)
Copyright © 2018. All rights reserved.