Files
spring-integration-samples/basic/mqtt/src
Artem Bilan 47ebbee8f3 Fix race condition in MQTT ApplicationTest
We mock a `MessageHandler` on the receiver side, but still send the
message over MQTT.

Add `CountDownLatch` to the mocked method and wait for its count before
asserting a received message
2019-04-08 11:06:31 -04:00
..
2019-03-22 14:52:00 -04:00