Macro
EXPECT_EQ_APPROX
Check two floating-point numbers to determine if X ≈ Y with the specified tolerance.
Since v1.0
#define EXPECT_EQ_APPROX(
X,
Y,
T,
...)
Check two floating-point numbers to determine if X ≈ Y with the specified tolerance.