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§
- Recording
Forwarder - A forwarder that records forwarded events for test assertions.
Type Aliases§
- Forwarded
Events - Shared buffer for inspecting forwarded events in tests.