Searched defs:EqualsMatcher (Results 1 – 1 of 1) sorted by relevance
3557 struct EqualsMatcher : StringMatcherBase { struct3659 struct EqualsMatcher : MatcherBase<std::vector<T, AllocMatch>> { struct3661 … EqualsMatcher(std::vector<T, AllocComp> const &comparator) : m_comparator( comparator ) {} in EqualsMatcher() argument3663 bool match(std::vector<T, AllocMatch> const &v) const override { in match()3675 std::string describe() const override { in describe()3678 std::vector<T, AllocComp> const& m_comparator;11746 …EqualsMatcher::EqualsMatcher( CasedString const& comparator ) : StringMatcherBase( "equals", compa… in EqualsMatcher() function in Catch::Matchers::StdString::EqualsMatcher