Skip to main content

Module testing

Module testing 

Source
Available on crate features testing only.
Expand description

Test utilities for the forwarder — recording forwarder for assertions.

Gated behind the testing feature flag. Enable it in downstream [dev-dependencies] to use RecordingForwarder in your own tests.

Structs§

RecordingForwarder
A forwarder that records forwarded events for test assertions.

Type Aliases§

ForwardedEvents
Shared buffer for inspecting forwarded events in tests.