Crate validating_log_listener

Source
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.