mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-18 10:55:39 +02:00
Renamed toStringUncached -> describe
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Matchers {
|
||||
|
||||
struct StringMatcherBase : Impl::MatcherBase<std::string> {
|
||||
StringMatcherBase( std::string operation, CasedString const& comparator );
|
||||
virtual std::string toStringUncached() const CATCH_OVERRIDE;
|
||||
virtual std::string describe() const CATCH_OVERRIDE;
|
||||
|
||||
CasedString m_comparator;
|
||||
std::string m_operation;
|
||||
|
Reference in New Issue
Block a user