public interface ResponseActions
MockWebServiceServer.expect(RequestMatcher)
.Modifier and Type | Method and Description |
---|---|
ResponseActions |
andExpect(RequestMatcher requestMatcher)
Allows for further expectations to be set on the request.
|
void |
andRespond(ResponseCreator responseCreator)
Sets the
ResponseCreator for this mock. |
ResponseActions andExpect(RequestMatcher requestMatcher)
void andRespond(ResponseCreator responseCreator)
ResponseCreator
for this mock.responseCreator
- the response creatorCopyright © 2020 Pivotal Software. All rights reserved.