p_assert_eq

Macro p_assert_eq 

Source
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.