| Class | Description |
|---|---|
| ComparisonMatcher<T> |
Matcher implementation that allows to perform object comparison using ComparisonPerformer
as delegate. |
| ConsistencyMatcher<T> |
This
Matcher will check that tested 'item' and predefined 'value' are either both consistently
match specified delegate matcher, or both consistently doesn't match it. |
| FunctionalMatcher<T> |
Class allows to create instances of the
Matcher
using functional interfaces to delegate actual functionality. |
| RegexpMatcher |
Matcher implementation that can match any object against regexp Pattern. |
| ResultProvidingMatcher<T> | |
| ThrowableMatcher |
Class implements a
Matcher that checks type of an exception. |