public abstract class AbstractArgumentMatcher extends org.easymock.AbstractMatcher implements ArgumentMatcher
AbstractMatcher
to HiveMind's
ArgumentMatcher
. Since all the ArgumentMatcher
implementations extend this class, each can be used with AbstractArgumentMatcher
to compare a single argument, or on its own to match all arguments.Constructor and Description |
---|
AbstractArgumentMatcher() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
argumentMatches(java.lang.Object expected,
java.lang.Object actual) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compareArguments
public AbstractArgumentMatcher()
protected boolean argumentMatches(java.lang.Object expected, java.lang.Object actual)
argumentMatches
in class org.easymock.AbstractMatcher