| `ASSERT_NEAR(val1, val2, abs_error);` | `EXPECT_NEAR(val1, val2, abs_error);` | the difference between `val1` and `val2` doesn't exceed the given absolute error |
**Availability**: Linux, Windows, Mac.
...
...
@@ -388,9 +381,8 @@ library of matchers for validating arguments passed to mock objects. A gMock