|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.easymock.AbstractMatcher
org.apache.hivemind.test.AbstractArgumentMatcher
Base class that bridges from EasyMock's 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 Summary | |
AbstractArgumentMatcher()
|
Method Summary | |
protected boolean |
argumentMatches(java.lang.Object expected,
java.lang.Object actual)
|
Methods inherited from class org.easymock.AbstractMatcher |
argumentToString, matches, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.hivemind.test.ArgumentMatcher |
compareArguments |
Constructor Detail |
public AbstractArgumentMatcher()
Method Detail |
protected boolean argumentMatches(java.lang.Object expected, java.lang.Object actual)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |