Searched defs:ContainsMatcher (Results 1 – 1 of 1) sorted by relevance
3561 struct ContainsMatcher : StringMatcherBase { struct3629 struct ContainsMatcher : MatcherBase<std::vector<T, AllocMatch>> { struct3631 … ContainsMatcher(std::vector<T, AllocComp> const &comparator) : m_comparator( comparator ) {} in ContainsMatcher() function3633 bool match(std::vector<T, AllocMatch> const &v) const override { in match()3651 std::string describe() const override { in describe()3655 std::vector<T, AllocComp> const& m_comparator;11752 …ContainsMatcher::ContainsMatcher( CasedString const& comparator ) : StringMatcherBase( "contains",… in ContainsMatcher() function in Catch::Matchers::StdString::ContainsMatcher