| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Interface Summary | |
|---|---|
| ArgumentMatcher | Used with AggregateArgumentsMatcherto provide matching logic
 for a single argument. | 
| Class Summary | |
|---|---|
| AbstractArgumentMatcher | Base class that bridges from EasyMock's AbstractMatcherto HiveMind'sArgumentMatcher. | 
| 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 ArgumentMatcherimplementation 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 ArgumentMatcherthat only compares the types of
 the two objects, not their actual values. | 
Base classes and utilities to support unit tests involving HiveMind.
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||