|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Response | |
|---|---|
| com.github.restdriver.serverdriver | |
| com.github.restdriver.serverdriver.http.response | |
| com.github.restdriver.serverdriver.matchers | |
| Uses of Response in com.github.restdriver.serverdriver |
|---|
| Methods in com.github.restdriver.serverdriver that return types with arguments of type Response | |
|---|---|
static org.hamcrest.TypeSafeMatcher<Response> |
Matchers.hasHeader(String name)
Creates a new instance of HasHeader. |
static org.hamcrest.TypeSafeMatcher<Response> |
Matchers.hasHeaderWithValue(String name,
org.hamcrest.Matcher<String> valueMatcher)
Creates a new instance of HasHeaderWithValue. |
static org.hamcrest.TypeSafeMatcher<Response> |
Matchers.hasResponseBody(org.hamcrest.Matcher<String> bodyMatcher)
Creates a new instance of HasResponseBody. |
static org.hamcrest.TypeSafeMatcher<Response> |
Matchers.hasStatusCode(int statusCode)
Creates a new instance of HasStatusCode. |
static org.hamcrest.TypeSafeMatcher<Response> |
Matchers.hasStatusCode(org.hamcrest.Matcher<Integer> statusCodeMatcher)
Creates a new instance of HasStatusCode. |
| Methods in com.github.restdriver.serverdriver with parameters of type Response | |
|---|---|
static org.codehaus.jackson.JsonNode |
Json.asJson(Response response)
Converts the content of the response to a JSON node. |
| Uses of Response in com.github.restdriver.serverdriver.http.response |
|---|
| Classes in com.github.restdriver.serverdriver.http.response that implement Response | |
|---|---|
class |
DefaultResponse
Our class which describes an HTTP response. |
| Uses of Response in com.github.restdriver.serverdriver.matchers |
|---|
| Methods in com.github.restdriver.serverdriver.matchers with parameters of type Response | |
|---|---|
protected void |
HasHeader.describeMismatchSafely(Response response,
org.hamcrest.Description mismatchDescription)
|
protected void |
HasStatusCode.describeMismatchSafely(Response item,
org.hamcrest.Description mismatchDescription)
|
protected void |
HasHeaderWithValue.describeMismatchSafely(Response response,
org.hamcrest.Description mismatchDescription)
|
protected boolean |
HasHeader.matchesSafely(Response response)
|
protected boolean |
HasStatusCode.matchesSafely(Response item)
|
boolean |
HasResponseBody.matchesSafely(Response actualResponse)
|
protected boolean |
HasHeaderWithValue.matchesSafely(Response response)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||