javadoc
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user