SEC-2858: Add ANY_MESSAGE.toString()
This commit is contained in:
+4
@@ -39,5 +39,9 @@ public interface MessageMatcher<T> {
|
||||
public boolean matches(Message<? extends Object> message) {
|
||||
return true;
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return "ANY_MESSAGE";
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user