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.cc94 class EvenMatcherImpl : public MatcherInterface<int> { class
110 EvenMatcherImpl m; in TEST()
147 const MatcherInterface<int>* impl = new EvenMatcherImpl; in TEST()
200 EXPECT_EQ("is an even number", Describe(Matcher<int>(new EvenMatcherImpl))); in TEST()
295 const MatcherInterface<int>* dummy_impl = new EvenMatcherImpl; in TEST()