mirror of
https://github.com/google/googletest.git
synced 2025-04-07 22:40:29 +00:00
Some examples of asserts that now pass: ``` ASSERT_NEAR(inf, inf, 0) ASSERT_NEAR(-inf, inf, inf) ASSERT_NEAR(inf, x, inf) // x is any finite floating point value ``` PiperOrigin-RevId: 685748133 Change-Id: I7b3af377773e8e0031e4c6b86830cbbf76bf20c6 |
||
---|---|---|
.. | ||
actions.md | ||
assertions.md | ||
matchers.md | ||
mocking.md | ||
testing.md |