|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FilterableResponseSpecification
A response specification that also supports getting the defined values. Intended for Filters.
| Method Summary | |
|---|---|
String |
getResponseContentType()
|
String |
getRootPath()
|
org.hamcrest.Matcher<Integer> |
getStatusCode()
|
org.hamcrest.Matcher<String> |
getStatusLine()
|
boolean |
hasCookieAssertions()
|
boolean |
hasHeaderAssertions()
|
| Methods inherited from interface com.jayway.restassured.specification.ResponseSpecification |
|---|
and, body, body, body, content, content, content, contentType, contentType, contentType, cookie, cookie, cookie, cookies, cookies, defaultParser, expect, given, header, header, headers, headers, log, parser, request, response, root, root, rootPath, rootPath, spec, specification, statusCode, statusCode, statusLine, statusLine, that, then, when, with |
| Methods inherited from interface com.jayway.restassured.specification.RequestSender |
|---|
delete, delete, get, get, head, head, post, post, put, put |
| Method Detail |
|---|
org.hamcrest.Matcher<Integer> getStatusCode()
null).org.hamcrest.Matcher<String> getStatusLine()
null).boolean hasHeaderAssertions()
true if any header assertions are definedboolean hasCookieAssertions()
true if any cookie assertions are definedString getResponseContentType()
String getRootPath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||