Lines Matching full:describe
64 EXPECT_EQ("are an equal pair", Describe(m)); in TEST()
79 EXPECT_EQ("are a pair where the first >= the second", Describe(m)); in TEST()
94 EXPECT_EQ("are a pair where the first > the second", Describe(m)); in TEST()
109 EXPECT_EQ("are a pair where the first <= the second", Describe(m)); in TEST()
124 EXPECT_EQ("are a pair where the first < the second", Describe(m)); in TEST()
139 EXPECT_EQ("are an unequal pair", Describe(m)); in TEST()
235 // Tests that IsNan() can describe itself.
238 EXPECT_EQ("is NaN", Describe(mf)); in TEST()
241 EXPECT_EQ("is NaN", Describe(md)); in TEST()
244 EXPECT_EQ("is NaN", Describe(mld)); in TEST()
247 // Tests that IsNan() can describe itself with Not.
250 EXPECT_EQ("isn't NaN", Describe(mf)); in TEST()
253 EXPECT_EQ("isn't NaN", Describe(md)); in TEST()
256 EXPECT_EQ("isn't NaN", Describe(mld)); in TEST()
272 EXPECT_EQ("are an almost-equal pair", Describe(m)); in TEST()
291 EXPECT_EQ("are an almost-equal pair", Describe(m)); in TEST()
307 EXPECT_EQ("are an almost-equal pair", Describe(m)); in TEST()
326 EXPECT_EQ("are an almost-equal pair", Describe(m)); in TEST()
342 EXPECT_EQ("are an almost-equal pair", Describe(m)); in TEST()
362 EXPECT_EQ("are an almost-equal pair", Describe(m)); in TEST()
378 EXPECT_EQ("are an almost-equal pair", Describe(m)); in TEST()
398 EXPECT_EQ("are an almost-equal pair", Describe(m)); in TEST()
412 EXPECT_EQ("isn't equal to 5", Describe(m)); in TEST()
427 SCOPED_TRACE(Describe(m)); in AllOfMatches()
495 EXPECT_EQ("(is <= 2) and (is >= 1)", Describe(m)); in TEST()
500 EXPECT_EQ(expected_descr1, Describe(m)); in TEST()
506 EXPECT_EQ(expected_descr2, Describe(m)); in TEST()
512 EXPECT_EQ(expected_descr3, Describe(m)); in TEST()
541 EXPECT_THAT(Describe(m), EndsWith("and (isn't equal to 11)")); in TEST()
606 SCOPED_TRACE(Describe(m)); in AnyOfMatches()
615 SCOPED_TRACE(Describe(m)); in AnyOfStringMatches()
675 EXPECT_THAT(Describe(m), EndsWith("or (is equal to 11)")); in TEST()
722 EXPECT_EQ("(is <= 1) or (is >= 3)", Describe(m)); in TEST()
725 EXPECT_EQ("(is < 0) or (is equal to 1) or (is equal to 2)", Describe(m)); in TEST()
729 Describe(m)); in TEST()
735 Describe(m)); in TEST()
884 // Tests that Truly(predicate) can describe itself properly.
887 EXPECT_EQ("satisfies the given predicate", Describe(m)); in TEST()
1235 EXPECT_EQ("is approximately 2", Describe(m1)); in TEST_F()
1239 EXPECT_EQ("is approximately 0.5", Describe(m2)); in TEST_F()
1243 EXPECT_EQ("never matches", Describe(m3)); in TEST_F()
1249 EXPECT_EQ("is approximately 2", Describe(m1)); in TEST_F()
1253 EXPECT_EQ("is approximately 0.5", Describe(m2)); in TEST_F()
1257 EXPECT_EQ("is NaN", Describe(m3)); in TEST_F()
1273 EXPECT_EQ("is approximately 2 (absolute error <= 0.5)", Describe(m1)); in TEST_F()
1278 EXPECT_EQ("is approximately 0.5 (absolute error <= 0.5)", Describe(m2)); in TEST_F()
1283 EXPECT_EQ("never matches", Describe(m3)); in TEST_F()
1289 EXPECT_EQ("is approximately 2 (absolute error <= 0.5)", Describe(m1)); in TEST_F()
1294 EXPECT_EQ("is approximately 0.5 (absolute error <= 0.5)", Describe(m2)); in TEST_F()
1299 EXPECT_EQ("is NaN", Describe(m3)); in TEST_F()
1348 EXPECT_EQ("is approximately 2", Describe(m1)); in TEST_F()
1352 EXPECT_EQ("is approximately 0.5", Describe(m2)); in TEST_F()
1356 EXPECT_EQ("never matches", Describe(m3)); in TEST_F()
1362 EXPECT_EQ("is approximately 2", Describe(m1)); in TEST_F()
1366 EXPECT_EQ("is approximately 0.5", Describe(m2)); in TEST_F()
1370 EXPECT_EQ("is NaN", Describe(m3)); in TEST_F()
1386 EXPECT_EQ("is approximately 2 (absolute error <= 0.5)", Describe(m1)); in TEST_F()
1391 EXPECT_EQ("is approximately 0.5 (absolute error <= 0.5)", Describe(m2)); in TEST_F()
1396 EXPECT_EQ("never matches", Describe(m3)); in TEST_F()
1416 EXPECT_EQ("is approximately 2 (absolute error <= 0.5)", Describe(m1)); in TEST_F()
1421 EXPECT_EQ("is approximately 0.5 (absolute error <= 0.5)", Describe(m2)); in TEST_F()
1426 EXPECT_EQ("is NaN", Describe(m3)); in TEST_F()