| Interface | Description |
|---|---|
| MessageCollector |
Maintains a map between (output) channels and messages received (in FIFO order).
|
| Class | Description |
|---|---|
| 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 TestSupportBinder.MessageCollectorImpl to be injected in
tests. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.