Searched refs:DoubleNearTest (Results 1 - 2 of 2) sorted by relevance

/external/googletest/googlemock/test/
H A Dgmock-matchers_test.cc3076 typedef FloatingPointNearTest<double> DoubleNearTest; typedef in namespace:testing::gmock_matchers_test
3078 TEST_F(DoubleNearTest, DoubleNearMatches) {
3082 TEST_F(DoubleNearTest, NanSensitiveDoubleNearApproximatelyMatchesDoubles) {
3086 TEST_F(DoubleNearTest, DoubleNearCanDescribeSelf) {
3102 TEST_F(DoubleNearTest, ExplainsResultWhenMatchFails) {
3116 TEST_F(DoubleNearTest, NanSensitiveDoubleNearCanDescribeSelf) {
3132 TEST_F(DoubleNearTest, DoubleNearCannotMatchNaN) {
3140 TEST_F(DoubleNearTest, NanSensitiveDoubleNearCanMatchNaN) {
/external/v8/testing/gmock/test/
H A Dgmock-matchers_test.cc3065 typedef FloatingPointNearTest<double> DoubleNearTest; typedef in namespace:testing::gmock_matchers_test
3067 TEST_F(DoubleNearTest, DoubleNearMatches) {
3071 TEST_F(DoubleNearTest, NanSensitiveDoubleNearApproximatelyMatchesDoubles) {
3075 TEST_F(DoubleNearTest, DoubleNearCanDescribeSelf) {
3091 TEST_F(DoubleNearTest, ExplainsResultWhenMatchFails) {
3104 TEST_F(DoubleNearTest, NanSensitiveDoubleNearCanDescribeSelf) {
3120 TEST_F(DoubleNearTest, DoubleNearCannotMatchNaN) {
3128 TEST_F(DoubleNearTest, NanSensitiveDoubleNearCanMatchNaN) {

Completed in 460 milliseconds