We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90bdf17 commit 29c6915Copy full SHA for 29c6915
test/src/main/java/org/springframework/ws/test/server/ResponseMatchers.java
@@ -46,19 +46,6 @@ public abstract class ResponseMatchers {
46
private ResponseMatchers() {
47
}
48
49
- /**
50
- * Expects any response.
51
- *
52
- * @return the response matcher
53
- */
54
- public static ResponseMatcher anything() {
55
- return new ResponseMatcher() {
56
- public void match(WebServiceMessage request, WebServiceMessage response)
57
- throws IOException, AssertionError {
58
- }
59
- };
60
61
-
62
// Payload
63
64
/**
0 commit comments