BrokenEvent nanotests

com.brokenevent.nanotests.http
Interface TestRequest

All Known Implementing Classes:
TestGetRequest, TestHeadRequest, TestPostRequest

public interface TestRequest

Common interface for different test http requests

Author:
BrokenEvent

Method Summary
 java.lang.String getRequestUrl()
          Gets the fully qualified request URL
 HttpResponse getResponse()
          Gets the http response object
 

Method Detail

getResponse

HttpResponse getResponse()
Gets the http response object

Returns:
http response object

getRequestUrl

java.lang.String getRequestUrl()
Gets the fully qualified request URL

Returns:
fully qualified request URL

BrokenEvent nanotests