public interface TestHttpClient
ApplicationUnderTest getApplicationUnderTest()
void requestSpec(Action<? super RequestSpec> requestAction)
void params(Action<? super ImmutableMultimap.Builder<String,Object>> params)
void resetRequest()
ReceivedResponse getResponse()
ReceivedResponse head()
ReceivedResponse head(String path)
ReceivedResponse options()
ReceivedResponse options(String path)
ReceivedResponse get()
ReceivedResponse get(String path)
String getText()
ReceivedResponse post()
ReceivedResponse post(String path)
String postText()
ReceivedResponse put()
ReceivedResponse put(String path)
String putText()
ReceivedResponse patch()
ReceivedResponse patch(String path)
String patchText()
ReceivedResponse delete()
ReceivedResponse delete(String path)
String deleteText()