Home
last modified time | relevance | path

Searched defs:CountingMatcher (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc2412 class CountingMatcher : public MatcherInterface<T> { in TEST() class
2414 explicit CountingMatcher(const Matcher<T>& base_matcher, in TEST() function in testing::gmock_matchers_test::__anonbdf523750111::CountingMatcher