Package | Description |
---|---|
org.apache.hivemind.test |
Base classes and utilities to support unit tests involving HiveMind.
|
Modifier and Type | Class and Description |
---|---|
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. |