| 
 | ||||||||||
| 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 | ArrayMatcherUsed when the arguments to compare are a non-primitive array type. | 
|  class | EqualsMatcher | 
|  class | RegexpMatcherA ArgumentMatcherimplementation that treats the expected
 value (provided while training the mock object) as a Perl5 Regular expression, which is matched
 against the actual value. | 
|  class | TypeMatcherAn ArgumentMatcherthat only compares the types of
 the two objects, not their actual values. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||