Generated by
JDiff

Class org.springframework.mock.http.client.MockClientHttpRequest

Removed Methods
boolean isExecuted() Whether the execute method was invoked.
 

Added Methods
ClientHttpResponse executeInternal() Override this method to execute the request and provdie a response.
 

Changed Methods
ClientHttpResponse execute() Change from non-final to final.
Sets the executed flag to true and returns the configured response.