Home
last modified time | relevance | path

Searched refs:TestNearMatches (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc1314 void TestNearMatches(testing::internal::FloatingEqMatcher<RawType> ( in TestNearMatches() function in testing::gmock_matchers_test::__anon7b5da5310111::FloatingPointNearTest
1446 TEST_F(FloatNearTest, FloatNearMatches) { TestNearMatches(&FloatNear); } in TEST_F()
1449 TestNearMatches(&NanSensitiveFloatNear); in TEST_F()
1559 TEST_F(DoubleNearTest, DoubleNearMatches) { TestNearMatches(&DoubleNear); } in TEST_F()
1562 TestNearMatches(&NanSensitiveDoubleNear); in TEST_F()