|
Spring Social | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResponseActions
Allows for setting up responses and additional expectations. Implementations of this interface are returned by
MockRestServiceServer.expect(RequestMatcher)
.
Method Summary | |
---|---|
ResponseActions |
andExpect(RequestMatcher requestMatcher)
Allows for further expectations to be set on the request. |
void |
andRespond(ResponseCreator responseCreator)
Sets the ResponseCreator for this mock. |
Method Detail |
---|
ResponseActions andExpect(RequestMatcher requestMatcher)
void andRespond(ResponseCreator responseCreator)
ResponseCreator
for this mock.
responseCreator
- the response creator
|
Spring Social | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |