Lines Matching refs:DescribeNegation
92 string DescribeNegation(const Matcher<T>& m) { in DescribeNegation() function
213 DescribeNegation(m)); in TEST()
308 EXPECT_EQ("isn't empty", DescribeNegation(m)); in TEST()
314 "element #0 isn't > 5", DescribeNegation(m)); in TEST()
321 "element #1 isn't equal to \"two\"", DescribeNegation(m)); in TEST()
602 EXPECT_EQ("not (is even)", DescribeNegation(m)); in TEST()
643 EXPECT_EQ("is odd", DescribeNegation(m1)); in TEST()
647 EXPECT_EQ("doesn't equal the sum of 5 and 9", DescribeNegation(m2)); in TEST()
715 EXPECT_EQ("not (is greater than 32 and 5)", DescribeNegation(m)); in TEST()
727 EXPECT_EQ("not (is greater than 32 and 5)", DescribeNegation(m)); in TEST()
818 EXPECT_EQ("not (is not in closed range (10, 20))", DescribeNegation(m)); in TEST()