public interface ArgumentsMatcher
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(java.lang.Object[] expected,
java.lang.Object[] actual)
Matches two arrays of arguments.
|
java.lang.String |
toString(java.lang.Object[] arguments)
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-2005 OFFIS. This documentation is provided under the terms of the MIT licence.