public interface TestHttpClient
Modifier and Type | Method and Description |
---|---|
RequestSpecification |
createRequest() |
Response |
delete() |
Response |
delete(String path) |
String |
deleteText() |
String |
deleteText(String path) |
Response |
get() |
Response |
get(String path) |
ApplicationUnderTest |
getApplicationUnderTest() |
RequestSpecification |
getRequest() |
Response |
getResponse() |
String |
getText() |
String |
getText(String path) |
Response |
head() |
Response |
head(String path) |
Response |
options() |
Response |
options(String path) |
Response |
patch() |
Response |
patch(String path) |
String |
patchText() |
String |
patchText(String path) |
Response |
post() |
Response |
post(String path) |
String |
postText() |
String |
postText(String path) |
Response |
put() |
Response |
put(String path) |
String |
putText() |
String |
putText(String path) |
RequestSpecification |
resetRequest() |
ApplicationUnderTest getApplicationUnderTest()
RequestSpecification getRequest()
Response getResponse()
RequestSpecification resetRequest()
Response head()
Response options()
Response get()
String getText()
Response post()
String postText()
Response put()
String putText()
Response patch()
String patchText()
Response delete()
String deleteText()
RequestSpecification createRequest()