This commit is contained in:
Arjen Poutsma
2010-11-03 15:40:20 +00:00
parent 77d400ec9b
commit c853ccce3a
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ public interface ResponseMatcher {
* Matches the given response message against the expectations. Implementations typically make use of JUnit-based
* assertions.
*
* @param response the request message
* @param request the request message
* @param response the response message to make assertions on
* @throws IOException in case of I/O errors
* @throws AssertionError if expectations are not met

View File

@@ -16,6 +16,6 @@
/**
* Provides a testing framework for server-side Web service testing. This package contains the
* {@link org.springframework.ws.test.client.MockWebServiceClient}, and various related test interfaces.
* {@link org.springframework.ws.test.server.MockWebServiceClient}, and various related test interfaces.
*/
package org.springframework.ws.test.server;