Answers for "google test assert eq float"

C++
1

google test assert eq float

ASSERT_NEAR(13.45, 13.45, 0.01); // third member is precision (for floats)
Posted by: Guest on January-21-2021

Browse Popular Code Answers by Language