Lines Matching refs:Describe
84 string Describe(const Matcher<T>& m) { in Describe() function
198 Describe(m)); in TEST()
206 Describe(m)); in TEST()
291 EXPECT_EQ("is empty", Describe(m)); in TEST()
296 EXPECT_EQ("has 1 element that is > 5", Describe(m)); in TEST()
303 "element #1 is equal to \"two\"", Describe(m)); in TEST()
601 EXPECT_EQ("is even", Describe(m)); in TEST()
642 EXPECT_EQ("is even", Describe(m1)); in TEST()
646 EXPECT_EQ("equals the sum of 5 and 9", Describe(m2)); in TEST()
714 EXPECT_EQ("is greater than 32 and 5", Describe(m)); in TEST()
726 EXPECT_EQ("is greater than 32 and 5", Describe(m)); in TEST()
759 EXPECT_EQ("references uncopyable 1-byte object <31>", Describe(m)); in TEST()
805 Describe(m)); in TEST()
817 EXPECT_EQ("is not in closed range (10, 20)", Describe(m)); in TEST()
1035 EXPECT_EQ("contains at least one element that is equal to 1", Describe(m)); in TEST()
1038 EXPECT_EQ("doesn't contain any element that is equal to 1", Describe(m2)); in TEST()