Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3559 struct ContainsElementMatcher : MatcherBase<std::vector<T>> { struct
3561 ContainsElementMatcher(T const &comparator) : m_comparator( comparator) {} in ContainsElementMatcher() argument
3563 bool match(std::vector<T> const &v) const override { in match()
3572 std::string describe() const override { in describe()
3576 T const& m_comparator;