Lines Matching refs:DescribeNegation
85 DescribeNegation(matcher));
152 EXPECT_EQ("isn't empty", DescribeNegation(m));
948 DescribeNegation(m));
1001 EXPECT_EQ("not (is even)", DescribeNegation(m));
1042 EXPECT_EQ("is odd", DescribeNegation(m1));
1046 EXPECT_EQ("doesn't equal the sum of 5 and 9", DescribeNegation(m2));
1114 EXPECT_EQ("not (is greater than 32 and (n: 5))", DescribeNegation(m));
1126 EXPECT_EQ("not (is greater than 32 and (n: 5))", DescribeNegation(m));
1228 DescribeNegation(m));
1580 EXPECT_EQ("()", DescribeNegation(m0));
1581 EXPECT_EQ("(isn't equal to 1)", DescribeNegation(m1));
1582 EXPECT_EQ("(isn't equal to 2) and (isn't equal to 3)", DescribeNegation(m2));