Uses of Interface
org.springframework.ws.test.client.ResponseActions
Packages that use ResponseActions
Package
Description
Provides a testing framework for client-side Web service testing.
-
Uses of ResponseActions in org.springframework.ws.test.client
Methods in org.springframework.ws.test.client that return ResponseActionsModifier and TypeMethodDescriptionResponseActions.andExpect
(RequestMatcher requestMatcher) Allows for further expectations to be set on the request.MockWebServiceServer.expect
(RequestMatcher requestMatcher) Records an expectation specified by the givenRequestMatcher
.