Lines Matching full:approximately
1233 EXPECT_EQ("is approximately 2", Describe(m1)); in TEST_F()
1234 EXPECT_EQ("isn't approximately 2", DescribeNegation(m1)); in TEST_F()
1237 EXPECT_EQ("is approximately 0.5", Describe(m2)); in TEST_F()
1238 EXPECT_EQ("isn't approximately 0.5", DescribeNegation(m2)); in TEST_F()
1247 EXPECT_EQ("is approximately 2", Describe(m1)); in TEST_F()
1248 EXPECT_EQ("isn't approximately 2", DescribeNegation(m1)); in TEST_F()
1251 EXPECT_EQ("is approximately 0.5", Describe(m2)); in TEST_F()
1252 EXPECT_EQ("isn't approximately 0.5", DescribeNegation(m2)); in TEST_F()
1271 EXPECT_EQ("is approximately 2 (absolute error <= 0.5)", Describe(m1)); in TEST_F()
1272 EXPECT_EQ("isn't approximately 2 (absolute error > 0.5)", in TEST_F()
1276 EXPECT_EQ("is approximately 0.5 (absolute error <= 0.5)", Describe(m2)); in TEST_F()
1277 EXPECT_EQ("isn't approximately 0.5 (absolute error > 0.5)", in TEST_F()
1287 EXPECT_EQ("is approximately 2 (absolute error <= 0.5)", Describe(m1)); in TEST_F()
1288 EXPECT_EQ("isn't approximately 2 (absolute error > 0.5)", in TEST_F()
1292 EXPECT_EQ("is approximately 0.5 (absolute error <= 0.5)", Describe(m2)); in TEST_F()
1293 EXPECT_EQ("isn't approximately 0.5 (absolute error > 0.5)", in TEST_F()
1346 EXPECT_EQ("is approximately 2", Describe(m1)); in TEST_F()
1347 EXPECT_EQ("isn't approximately 2", DescribeNegation(m1)); in TEST_F()
1350 EXPECT_EQ("is approximately 0.5", Describe(m2)); in TEST_F()
1351 EXPECT_EQ("isn't approximately 0.5", DescribeNegation(m2)); in TEST_F()
1360 EXPECT_EQ("is approximately 2", Describe(m1)); in TEST_F()
1361 EXPECT_EQ("isn't approximately 2", DescribeNegation(m1)); in TEST_F()
1364 EXPECT_EQ("is approximately 0.5", Describe(m2)); in TEST_F()
1365 EXPECT_EQ("isn't approximately 0.5", DescribeNegation(m2)); in TEST_F()
1384 EXPECT_EQ("is approximately 2 (absolute error <= 0.5)", Describe(m1)); in TEST_F()
1385 EXPECT_EQ("isn't approximately 2 (absolute error > 0.5)", in TEST_F()
1389 EXPECT_EQ("is approximately 0.5 (absolute error <= 0.5)", Describe(m2)); in TEST_F()
1390 EXPECT_EQ("isn't approximately 0.5 (absolute error > 0.5)", in TEST_F()
1414 EXPECT_EQ("is approximately 2 (absolute error <= 0.5)", Describe(m1)); in TEST_F()
1415 EXPECT_EQ("isn't approximately 2 (absolute error > 0.5)", in TEST_F()
1419 EXPECT_EQ("is approximately 0.5 (absolute error <= 0.5)", Describe(m2)); in TEST_F()
1420 EXPECT_EQ("isn't approximately 0.5 (absolute error > 0.5)", in TEST_F()