|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractArgumentMatcher | |
---|---|
org.apache.hivemind.test | Base classes and utilities to support unit tests involving HiveMind. |
Uses of AbstractArgumentMatcher in org.apache.hivemind.test |
---|
Subclasses of AbstractArgumentMatcher in org.apache.hivemind.test | |
---|---|
class |
ArrayMatcher
Used when the arguments to compare are a non-primitive array type. |
class |
EqualsMatcher
|
class |
RegexpMatcher
A ArgumentMatcher implementation that treats the expected
value (provided while training the mock object) as a Perl5 Regular expression, which is matched
against the actual value. |
class |
TypeMatcher
An ArgumentMatcher that only compares the types of
the two objects, not their actual values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |