Searched refs:DescribeNegation (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc94 string DescribeNegation(const Matcher<T>& m) { function in namespace:__anon17
215 DescribeNegation(m));
307 EXPECT_EQ("isn't empty", DescribeNegation(m));
313 "element #0 isn't > 5", DescribeNegation(m));
320 "element #1 isn't equal to \"two\"", DescribeNegation(m));
734 EXPECT_EQ("not (is even)", DescribeNegation(m));
775 EXPECT_EQ("is odd", DescribeNegation(m1));
779 EXPECT_EQ("doesn't equal the sum of 5 and 9", DescribeNegation(m2));
847 EXPECT_EQ("not (is greater than 32 and 5)", DescribeNegation(m));
859 EXPECT_EQ("not (is greater than 32 and 5)", DescribeNegation(
[all...]
H A Dgmock-matchers_test.cc210 string DescribeNegation(const Matcher<T>& m) { function in namespace:testing::gmock_matchers_test
1062 EXPECT_EQ("isn't NULL", DescribeNegation(m));
1304 EXPECT_EQ("doesn't have a key that is equal to \"foo\"", DescribeNegation(m));
1373 DescribeNegation(m1));
1378 DescribeNegation(m2));
2159 DescribeNegation(m));
2165 DescribeNegation(m));
2173 DescribeNegation(m));
2182 DescribeNegation(m));
2347 DescribeNegation(
[all...]

Completed in 28 milliseconds