Lines Matching refs:Describe
95 std::string Describe(const Matcher<T>& m) { in Describe() function
151 EXPECT_EQ("is empty", Describe(m)); in TEST()
156 EXPECT_EQ("has 1 element that is > 5", Describe(m)); in TEST()
163 "element #1 is equal to \"two\"", Describe(m)); in TEST()
592 EXPECT_EQ("is even", Describe(m)); in TEST()
633 EXPECT_EQ("is even", Describe(m1)); in TEST()
637 EXPECT_EQ("equals the sum of 5 and 9", Describe(m2)); in TEST()
705 EXPECT_EQ("is greater than 32 and 5", Describe(m)); in TEST()
717 EXPECT_EQ("is greater than 32 and 5", Describe(m)); in TEST()
750 EXPECT_EQ("references uncopyable 1-byte object <31>", Describe(m)); in TEST()
796 Describe(m)); in TEST()
808 EXPECT_EQ("is not in closed range (10, 20)", Describe(m)); in TEST()
1039 EXPECT_EQ("contains at least one element that is equal to 1", Describe(m)); in TEST()
1042 EXPECT_EQ("doesn't contain any element that is equal to 1", Describe(m2)); in TEST()
1218 EXPECT_EQ("()", Describe(m0)); in TEST()
1219 EXPECT_EQ("(is equal to 1)", Describe(m1)); in TEST()
1220 EXPECT_EQ("(is equal to 2) or (is equal to 3)", Describe(m2)); in TEST()