Uses of Interface
org.springframework.test.web.client.ResponseActions
Packages that use ResponseActions
- 
Uses of ResponseActions in org.springframework.test.web.clientSubinterfaces of ResponseActions in org.springframework.test.web.clientModifier and TypeInterfaceDescriptioninterfaceAn extension ofResponseActionsthat also implementsRequestMatcherandResponseCreatorClasses in org.springframework.test.web.client that implement ResponseActionsModifier and TypeClassDescriptionclassDefault implementation ofRequestExpectationthat 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.