public class ArrayMatcher extends AbstractMatcher
Constructor and Description |
---|
ArrayMatcher() |
Modifier and Type | Method and Description |
---|---|
boolean |
argumentMatches(java.lang.Object expected,
java.lang.Object actual)
Checks whether an expected argument matches an actual argument; the method
is used by
AbstractMatcher.matches(Object[], Object[]) . |
argumentToString, matches, toString
public boolean argumentMatches(java.lang.Object expected, java.lang.Object actual)
AbstractMatcher
AbstractMatcher.matches(Object[], Object[])
. The arguments
provided to this method are always not null
.argumentMatches
in class AbstractMatcher
expected
- the expected argument.actual
- the actual argument.Copyright © 2001-2009 OFFIS, Tammo Freese, Henri Tremblay. This documentation is provided under the terms of the MIT licence.]]>