Skip to main content

assert_stream

Macro assert_stream 

Source
macro_rules! assert_stream {
    ($records:expr, $stream_id:expr, [ $($matcher:expr),* $(,)? ]) => { ... };
}
Expand description

Assert that a named stream in the records matches the expected pattern.