Interface ResponseActions
- All Known Subinterfaces:
 RequestExpectation
- All Known Implementing Classes:
 DefaultRequestExpectation
public interface ResponseActions
A contract for setting up request expectations and defining a response. Implementations can be obtained throughMockRestServiceServer.expect(RequestMatcher).- Since:
 - 3.2
 - Author:
 - Craig Walls
 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResponseActionsandExpect(RequestMatcher requestMatcher)Add a request expectation.voidandRespond(ResponseCreator responseCreator)Define the response.
Method Detail
andExpect
ResponseActions andExpect(RequestMatcher requestMatcher)
Add a request expectation.- Returns:
 - the expectation
 
andRespond
void andRespond(ResponseCreator responseCreator)
Define the response.- Parameters:
 responseCreator- the creator of the response