Package org.springframework.integration.test.matcher


package org.springframework.integration.test.matcher
Provides several BaseMatcher implementations.
  • Classes
    Class
    Description
    A matcher that evaluates against the result of invoking a function, wrapped by the Supplier The goal is to defer the computation until the matcher needs to be actually evaluated.
    Are the MessageHeaders of a Message containing any entry or multiple that match?
    Matchers that examine the contents of a Map.
    Matcher to make assertions about message equality easier.
    Mockito matcher factory for Message matcher creation.
    Matcher to make assertions about message equality easier.
    Is the payload of a Message equal to a given value or is matching a given matcher?