See: Description
| Interface | Description |
|---|---|
| ArgumentMatcher |
Used with
AggregateArgumentsMatcher to provide matching logic
for a single argument. |
| Class | Description |
|---|---|
| AbstractArgumentMatcher |
Base class that bridges from EasyMock's
AbstractMatcher to HiveMind's
ArgumentMatcher. |
| AggregateArgumentsMatcher | |
| ArrayMatcher |
Used when the arguments to compare are a non-primitive array type.
|
| EqualsMatcher | |
| HiveMindTestCase |
Contains some support for creating HiveMind tests; this is useful enough that has been moved into
the main framework, to simplify creation of tests in the dependent libraries.
|
| 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. |
| TypeMatcher |
An
ArgumentMatcher that only compares the types of
the two objects, not their actual values. |