macro_rules! match_events {
($( $expect:pat),*) => { ... };
}
Available on crate features
default-client
and wire-mock
and test-util
only.Expand description
Helper macro to generate a series of test expectations