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