public interface MockServerClientHttpResponse extends ClientHttpResponse
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.Modifier and Type | Method and Description |
---|---|
Object |
getServerResult()
Return the result object with the server request and response.
|
getCookies, getId, getRawStatusCode, getStatusCode
getBody
getHeaders
Object getServerResult()