Interface MockServerClientHttpResponse
- All Superinterfaces:
ClientHttpResponse, HttpMessage, ReactiveHttpInputMessage
Simple
ClientHttpResponse
extension that also exposes a result object
from the underlying mock server exchange for further assertions on the state
of the server response after the request is performed.- Since:
- 5.3
- Author:
- Rossen Stoyanchev
-
Method Summary
Modifier and TypeMethodDescriptionReturn the result object with the server request and response.Methods inherited from interface ClientHttpResponse
getCookies, getId, getStatusCode
Methods inherited from interface HttpMessage
getHeaders
Methods inherited from interface ReactiveHttpInputMessage
getBody
-
Method Details
-
getServerResult
Object getServerResult()Return the result object with the server request and response.
-