Crate validating_log_listener
source ·Expand description
A utility crate for validating the behavior of LogSink & Log implementations.
Functions
Test that all of the expected message arrive over
proxy
after requesting a log dump, with no
unexpected records appearing. Returns once all expected messages have been observed.Test that all of the expected message arrive over
proxy
, with no unexpected ones appearing.
Returns once all expected messages have been observed.