Skip to main content

Module test_utils

Module test_utils 

Source
Expand description

Helpers for asserting on emitted records without a broker.

Structs§

DummyProducer
A Producer that records everything it is given, for assertions in tests.

Type Aliases§

SentMessage
A message as handed to Producer::send, as (key, payload).