spring-framework/spring-test
Rossen Stoyanchev 37a3fa96d1 Separate ResponseActions from ClientHttpRequest
Before this commit RequestMatcherClientHttpRequest served both as
API to define request expectations, i.e. ResponseActions, as well as
the implementation of ClientHttpRequest representing actual requests.

DefaultResponseActions replaces this class as a simple holder of
expected requests and mock responses. MockRestServiceServer is then
responsible to match request expectations and create a mock response.

Issue: SPR-11365
2016-02-23 23:31:33 -05:00
..
src Separate ResponseActions from ClientHttpRequest 2016-02-23 23:31:33 -05:00
.springBeans Support classes AND locations in @ContextConfiguration 2014-04-01 19:45:56 +02:00