macro_rules! match_events {
    ($( $expect:pat),*) => { ... };
}
Expand description

Helper macro to generate a series of test expectations