Renamed toStringUncached -> describe

This commit is contained in:
Phil Nash
2017-02-14 09:04:26 +00:00
parent 1400127d6f
commit a5a013811c
3 changed files with 7 additions and 7 deletions

View File

@@ -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;