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