Searched defs:ContainsElementMatcher (Results 1 – 2 of 2) sorted by relevance
42 struct ContainsElementMatcher : MatcherBase<std::vector<T>> { struct44 ContainsElementMatcher(T const &comparator) : m_comparator( comparator) {} in ContainsElementMatcher() function46 bool match(std::vector<T> const &v) const override { in match()55 std::string describe() const override { in describe()59 T const& m_comparator;
3227 struct ContainsElementMatcher : MatcherBase<std::vector<T>> { struct3229 ContainsElementMatcher(T const &comparator) : m_comparator( comparator) {} in ContainsElementMatcher() function3231 bool match(std::vector<T> const &v) const override { in match()3240 std::string describe() const override { in describe()3244 T const& m_comparator;