Macro approx::assert_abs_diff_ne [−][src]
macro_rules! assert_abs_diff_ne {
($given : expr, $expected : expr $(, $opt : ident = $val : expr) *) => { ... };
($given : expr, $expected : expr $(, $opt : ident = $val : expr) *,) => { ... };
}
Expand description
An assertion that delegates to abs_diff_ne!
, and panics with a helpful error on failure.