BaseMatcher implementations.See: Description
| Class | Description |
|---|---|
| HeaderMatcher |
Are the
MessageHeaders of a Message containing any entry
or multiple that match? |
| MapContentMatchers<T,V> |
Matchers that examine the contents of a
Map. |
| MockitoMessageMatchers |
Mockito matcher factory for
Message matcher creation. |
| PayloadAndHeaderMatcher |
Matcher to make assertions about message equality easier.
|
| PayloadMatcher |
Is the payload of a
Message equal to a given value or is matching
a given matcher? |
BaseMatcher implementations.