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.
macro_rules! assert_emit {
($component:expr, $check:expr, $ok:expr, $($detail:tt)+) => { ... };
}assert!-with-emit: assert on the real return value AND record the verdict
as a matrix row.