Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc91 class EvenMatcherImpl : public MatcherInterface<int> { class
107 EvenMatcherImpl m; in TEST()
144 const MatcherInterface<int>* impl = new EvenMatcherImpl; in TEST()
197 EXPECT_EQ("is an even number", Describe(Matcher<int>(new EvenMatcherImpl))); in TEST()
292 const MatcherInterface<int>* dummy_impl = new EvenMatcherImpl; in TEST()

Completed in 7 milliseconds