| Interface | Description |
|---|---|
| MessageCollector |
Maintains a map between (output) channels and messages received (in FIFO order).
|
| Class | Description |
|---|---|
| MessageCollectorAutoConfiguration |
Automatically registers the
MessageCollector associated with the test binder as
a bean. |
| TestBinderEnvironmentPostProcessor |
An
EnvironmentPostProcessor that sets some configuration properties for
TestSupportBinder. |
| 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.
|
| TestSupportBinderAutoConfiguration |
Installs the TestSupportBinder} and exposes
MessageCollectorImplto be injected in tests.
|
| TestSupportBinderConfiguration |
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. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.