Package | Description |
---|---|
org.springframework.ws.test.client |
Provides a testing framework for client-side Web service testing.
|
Modifier and Type | Method and Description |
---|---|
ResponseActions |
ResponseActions.andExpect(RequestMatcher requestMatcher)
Allows for further expectations to be set on the request.
|
ResponseActions |
MockWebServiceServer.expect(RequestMatcher requestMatcher)
Records an expectation specified by the given
RequestMatcher . |
Copyright © 2020 Pivotal Software. All rights reserved.