Function yata::helpers::assert_eq_float[][src]

pub fn assert_eq_float(original: ValueType, calculated: ValueType)
Expand description

Checks for two ValueTypes equality Must be used only in tests

Panics

Panics if original is not seems to be equal to calculated