Searched refs:EvenMatcherImpl (Results 1 – 1 of 1) sorted by relevance
94 class EvenMatcherImpl : public MatcherInterface<int> { class110 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()