Uses of Interface
org.springframework.test.web.client.ResponseActions
-
Uses of ResponseActions in org.springframework.test.web.client
Modifier and TypeInterfaceDescriptioninterface
An extension ofResponseActions
that also implementsRequestMatcher
andResponseCreator
Modifier and TypeClassDescriptionclass
Default implementation ofRequestExpectation
that simply delegates to the request matchers and the response creator it contains.Modifier and TypeMethodDescriptionDefaultRequestExpectation.andExpect
(RequestMatcher requestMatcher) ResponseActions.andExpect
(RequestMatcher requestMatcher) Add a request expectation.MockRestServiceServer.expect
(ExpectedCount count, RequestMatcher matcher) An alternative toMockRestServiceServer.expect(RequestMatcher)
that also indicates how many times the request is expected to be executed.MockRestServiceServer.expect
(RequestMatcher matcher) Set up an expectation for a single HTTP request.AbstractRequestExpectationManager.expectRequest
(ExpectedCount count, RequestMatcher matcher) RequestExpectationManager.expectRequest
(ExpectedCount count, RequestMatcher requestMatcher) Set up a new request expectation.