|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArgumentMatcher | |
org.apache.hivemind.test | Base classes and utilities to support unit tests involving HiveMind. |
Uses of ArgumentMatcher in org.apache.hivemind.test |
Classes in org.apache.hivemind.test that implement ArgumentMatcher | |
class |
ArrayMatcher
Used when the arguments to compare are a non-primitive array type. |
class |
EqualsMatcher
|
class |
RegexpMatcher
A ArgumentMatcher implementation treates the expected value 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. |
Constructors in org.apache.hivemind.test with parameters of type ArgumentMatcher | |
AggregateArgumentsMatcher(ArgumentMatcher[] matchers)
Aggregates the individual matchers. |
|
AggregateArgumentsMatcher(ArgumentMatcher matcher)
Convienice for just a single matcher. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |