Uses of Interface
org.springframework.test.web.client.ResponseActions
Packages that use ResponseActions
-
Uses of ResponseActions in org.springframework.test.web.client
Subinterfaces of ResponseActions in org.springframework.test.web.clientModifier and TypeInterfaceDescriptioninterface
An extension ofResponseActions
that also implementsRequestMatcher
andResponseCreator
Classes in org.springframework.test.web.client that implement ResponseActionsModifier and TypeClassDescriptionclass
Default implementation ofRequestExpectation
that simply delegates to the request matchers and the response creator it contains.Methods in org.springframework.test.web.client that return ResponseActionsModifier 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.