|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.kristofa.test.http.HttpRequestMatchingContextImpl
public class HttpRequestMatchingContextImpl
HttpRequestMatchingContext implementation.
| Constructor Summary | |
|---|---|
HttpRequestMatchingContextImpl(HttpRequest originalRequest,
HttpRequest otherRequest,
HttpResponse response)
Create a new instance. |
|
| Method Summary | |
|---|---|
HttpRequest |
originalRequest()
A request that was expected. |
HttpRequest |
otherRequest()
Another request that we received and that initially did not match original request. |
HttpResponse |
response()
Initial response which can have been modified in the meanwhile. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpRequestMatchingContextImpl(HttpRequest originalRequest,
HttpRequest otherRequest,
HttpResponse response)
originalRequest - Should not be null.otherRequest - Should not be null.response - Should not be null.| Method Detail |
|---|
public HttpRequest originalRequest()
originalRequest in interface HttpRequestMatchingContextpublic HttpRequest otherRequest()
otherRequest in interface HttpRequestMatchingContextpublic HttpResponse response()
response in interface HttpRequestMatchingContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||