Home
last modified time | relevance | path

Searched refs:DescribeNegation (Results 1 – 4 of 4) sorted by relevance

/external/gmock/test/
Dgmock-matchers_test.cc206 string DescribeNegation(const Matcher<T>& m) { in DescribeNegation() function
1003 EXPECT_EQ("isn't NULL", DescribeNegation(m)); in TEST()
1245 EXPECT_EQ("doesn't have a key that is equal to \"foo\"", DescribeNegation(m)); in TEST()
1314 DescribeNegation(m1)); in TEST()
1319 DescribeNegation(m2)); in TEST()
2100 DescribeNegation(m)); in TEST()
2106 DescribeNegation(m)); in TEST()
2114 DescribeNegation(m)); in TEST()
2123 DescribeNegation(m)); in TEST()
2288 DescribeNegation(m)); in TEST()
[all …]
Dgmock-generated-matchers_test.cc97 string DescribeNegation(const Matcher<T>& m) { in DescribeNegation() function
218 DescribeNegation(m)); in TEST()
310 EXPECT_EQ("isn't empty", DescribeNegation(m)); in TEST()
316 "element #0 isn't > 5", DescribeNegation(m)); in TEST()
323 "element #1 isn't equal to \"two\"", DescribeNegation(m)); in TEST()
737 EXPECT_EQ("not (is even)", DescribeNegation(m)); in TEST()
778 EXPECT_EQ("is odd", DescribeNegation(m1)); in TEST()
782 EXPECT_EQ("doesn't equal the sum of 5 and 9", DescribeNegation(m2)); in TEST()
850 EXPECT_EQ("not (is greater than 32 and 5)", DescribeNegation(m)); in TEST()
862 EXPECT_EQ("not (is greater than 32 and 5)", DescribeNegation(m)); in TEST()
[all …]
/external/google-breakpad/src/testing/test/
Dgmock-generated-matchers_test.cc92 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()
[all …]
Dgmock-matchers_test.cc190 string DescribeNegation(const Matcher<T>& m) { in DescribeNegation() function
934 EXPECT_EQ("isn't NULL", DescribeNegation(m)); in TEST()
1176 EXPECT_EQ("doesn't have a key that is equal to \"foo\"", DescribeNegation(m)); in TEST()
1245 DescribeNegation(m1)); in TEST()
1250 DescribeNegation(m2)); in TEST()
2009 DescribeNegation(m)); in TEST()
2015 DescribeNegation(m)); in TEST()
2023 DescribeNegation(m)); in TEST()
2032 DescribeNegation(m)); in TEST()
2179 DescribeNegation(m)); in TEST()
[all …]