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