Lines Matching refs:DescribeNegation
91 DescribeNegation(matcher)); in TEST()
158 EXPECT_EQ("isn't empty", DescribeNegation(m)); in TEST()
954 DescribeNegation(m)); in TEST()
1007 EXPECT_EQ("not (is even)", DescribeNegation(m)); in TEST()
1048 EXPECT_EQ("is odd", DescribeNegation(m1)); in TEST()
1052 EXPECT_EQ("doesn't equal the sum of 5 and 9", DescribeNegation(m2)); in TEST()
1120 EXPECT_EQ("not (is greater than 32 and (n: 5))", DescribeNegation(m)); in TEST()
1132 EXPECT_EQ("not (is greater than 32 and (n: 5))", DescribeNegation(m)); in TEST()
1234 DescribeNegation(m)); in TEST()
1586 EXPECT_EQ("()", DescribeNegation(m0)); in TEST_P()
1587 EXPECT_EQ("(isn't equal to 1)", DescribeNegation(m1)); in TEST_P()
1588 EXPECT_EQ("(isn't equal to 2) and (isn't equal to 3)", DescribeNegation(m2)); in TEST_P()