macro_rules! p_assert_eq {
($listen:expr, $expected:expr) => { ... };
}Expand description
Mimicks assert_eq! Performs an assert_eq! on the first event sent by the probe.
macro_rules! p_assert_eq {
($listen:expr, $expected:expr) => { ... };
}Mimicks assert_eq! Performs an assert_eq! on the first event sent by the probe.