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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc202 string Describe(const Matcher<T>& m) { function in namespace:testing::gmock_matchers_test
352 Describe(Matcher<int>(new EvenMatcherImpl)));
469 EXPECT_EQ("g_bar or zero", Describe(m1));
475 EXPECT_EQ("g_bar or zero", Describe(m2));
510 EXPECT_EQ("is even", Describe(m1));
513 EXPECT_EQ("is odd", Describe(not_m1));
521 EXPECT_EQ("is even", Describe(m2));
524 EXPECT_EQ("is odd", Describe(not_m2));
808 EXPECT_EQ("is anything", Describe(A<bool>()));
828 EXPECT_EQ("is anything", Describe(A
[all...]
H A Dgmock-generated-matchers_test.cc86 string Describe(const Matcher<T>& m) { function in namespace:__anon17
200 Describe(m));
208 Describe(m));
290 EXPECT_EQ("is empty", Describe(m));
295 EXPECT_EQ("has 1 element that is > 5", Describe(m));
302 "element #1 is equal to \"two\"", Describe(m));
733 EXPECT_EQ("is even", Describe(m));
774 EXPECT_EQ("is even", Describe(m1));
778 EXPECT_EQ("equals the sum of 5 and 9", Describe(m2));
846 EXPECT_EQ("is greater than 32 and 5", Describe(
[all...]

Completed in 21 milliseconds