assert_array_abs_diff_eq

Macro assert_array_abs_diff_eq 

Source
macro_rules! assert_array_abs_diff_eq {
    ($expected_array:expr, $actual_array:expr, $epsilon:expr) => { ... };
}
Expand description

Assert that the absolute difference of two arrays is small enough