Package org.springframework.integration.test.matcher
Provides several
BaseMatcher
implementations.-
Class Summary Class Description EqualsResultMatcher<U> A matcher that evaluates against the result of invoking a function, wrapped by theSupplier
The goal is to defer the computation until the matcher needs to be actually evaluated.HeaderMatcher<T> Are theMessageHeaders
of aMessage
containing any entry or multiple that match?MapContentMatchers<T,V> Matchers that examine the contents of aMap
.MessageMatcher Matcher to make assertions about message equality easier.MockitoMessageMatchers Mockito matcher factory forMessage
matcher creation.PayloadAndHeaderMatcher<T> Matcher to make assertions about message equality easier.PayloadMatcher<T> Is the payload of aMessage
equal to a given value or is matching a given matcher?