ArgumentsMatchers are only supported
for the legacy MockControl. For mock objects generated by the methods
on EasyMock, there are per-argument matchers available. For more
information, see the EasyMock documentation.public interface ArgumentsMatcher
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(java.lang.Object[] expected,
java.lang.Object[] actual)
Deprecated.
Matches two arrays of arguments.
|
java.lang.String |
toString(java.lang.Object[] arguments)
Deprecated.
Returns a string representation of the arguments.
|
boolean matches(java.lang.Object[] expected,
java.lang.Object[] actual)
expected - the expected arguments.actual - the actual arguments.java.lang.String toString(java.lang.Object[] arguments)
arguments - the arguments to be used in the string representation.Copyright © 2001-2009 OFFIS, Tammo Freese, Henri Tremblay. This documentation is provided under the terms of the MIT licence.]]>