macro_rules! harness_assert_eq {
($harness:expr, $desc:expr, $expected:expr, $actual:expr) => { ... };
}Expand description
Assert equality within a TestHarness, recording the result.
Panics if the assertion fails.
macro_rules! harness_assert_eq {
($harness:expr, $desc:expr, $expected:expr, $actual:expr) => { ... };
}Assert equality within a TestHarness, recording the result.
Panics if the assertion fails.