Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc92 class EvenMatcherImpl : public MatcherInterface<int> { class
108 EvenMatcherImpl m; in TEST()
145 const MatcherInterface<int>* impl = new EvenMatcherImpl; in TEST()
198 EXPECT_EQ("is an even number", Describe(Matcher<int>(new EvenMatcherImpl))); in TEST()
293 const MatcherInterface<int>* dummy_impl = new EvenMatcherImpl; in TEST()