HomeSort by relevance Sort by last modified time
    Searched refs:DescribeNegation (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/testing/test/
gmock-generated-matchers_test.cc 92 string DescribeNegation(const Matcher<T>& m) {
213 DescribeNegation(m));
308 EXPECT_EQ("isn't empty", DescribeNegation(m));
314 "element #0 isn't > 5", DescribeNegation(m));
321 "element #1 isn't equal to \"two\"", DescribeNegation(m));
602 EXPECT_EQ("not (is even)", DescribeNegation(m));
643 EXPECT_EQ("is odd", DescribeNegation(m1));
647 EXPECT_EQ("doesn't equal the sum of 5 and 9", DescribeNegation(m2));
715 EXPECT_EQ("not (is greater than 32 and 5)", DescribeNegation(m));
727 EXPECT_EQ("not (is greater than 32 and 5)", DescribeNegation(m))
    [all...]
gmock-matchers_test.cc 190 string DescribeNegation(const Matcher<T>& m) {
934 EXPECT_EQ("isn't NULL", DescribeNegation(m));
    [all...]

Completed in 367 milliseconds