All Classes and Interfaces

Class
Description
Maintains a map between (output) channels and messages received (in FIFO order).
Automatically registers the MessageCollector associated with the test binder as a bean.
A Hamcrest Matcher meant to be used in conjunction with TestSupportBinder.
A transformation to be applied to a received message before asserting, e.g. to only inspect the payload.
An EnvironmentPostProcessor that sets some configuration properties for TestSupportBinder.
A minimal binder that does nothing about binding consumers, leaving the channel as-is, so that a test author can interact with it directly, registers a queue channel on the producer side, so that it is easy to assert what is received.
Installs the TestSupportBinder} and exposes MessageCollectorImplto be injected in tests.
Binder Configuration for the TestSupportBinder Either imported by the TestSupportBinderAutoConfiguration for the test binder default usage scenario (superseding all binders on the classpath), or used as a binder configuration on the classpath when test binder autoconfiguration is disabled.