Expand description
A utility crate for validating the behavior of LogSink & Log implementations.
Functions§
- validate_
log_ dump - 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. - validate_
log_ stream - Test that all of the expected message arrive over
proxy
, with no unexpected ones appearing. Returns once all expected messages have been observed.