Uses of Interface
org.springframework.test.web.client.ResponseActions
Packages that use ResponseActions Package Description org.springframework.test.web.client Contains client-side REST testing support.Uses of ResponseActions in org.springframework.test.web.client
Subinterfaces of ResponseActions in org.springframework.test.web.client Modifier and Type Interface Description interfaceRequestExpectationAn extension ofResponseActionsthat also implementsRequestMatcherandResponseCreatorClasses in org.springframework.test.web.client that implement ResponseActions Modifier and Type Class Description classDefaultRequestExpectationDefault implementation ofRequestExpectationthat simply delegates to the request matchers and the response creator it contains.Methods in org.springframework.test.web.client that return ResponseActions Modifier and Type Method Description ResponseActionsDefaultRequestExpectation. andExpect(RequestMatcher requestMatcher)ResponseActionsResponseActions. andExpect(RequestMatcher requestMatcher)Add a request expectation.ResponseActionsMockRestServiceServer. expect(ExpectedCount count, RequestMatcher matcher)An alternative toMockRestServiceServer.expect(RequestMatcher)that also indicates how many times the request is expected to be executed.ResponseActionsMockRestServiceServer. expect(RequestMatcher matcher)Set up an expectation for a single HTTP request.ResponseActionsAbstractRequestExpectationManager. expectRequest(ExpectedCount count, RequestMatcher matcher)ResponseActionsRequestExpectationManager. expectRequest(ExpectedCount count, RequestMatcher requestMatcher)Set up a new request expectation.