Define CHECK_EQUAL_DOUBLE¶ Defined in File test.h Define Documentation¶ CHECK_EQUAL_DOUBLE(expected, actual, threshold)¶[source] Fail if expected and actual differ by more than threshold (double). Parameters: expected – Expected value. actual – Actual value. threshold – Maximum allowed absolute difference.