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