Skip to main content

assert_emit

Macro assert_emit 

Source
macro_rules! assert_emit {
    ($component:expr, $check:expr, $ok:expr, $($detail:tt)+) => { ... };
}
Expand description

assert!-with-emit: assert on the real return value AND record the verdict as a matrix row.