macro_rules! assert_event_emitted {
($event:expr) => { ... };
}
Expand description
Panics if an event is not found in the system log of events
macro_rules! assert_event_emitted {
($event:expr) => { ... };
}
Panics if an event is not found in the system log of events