Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
catch_matchers_generic.cpp
Go to the documentation of this file.
2
3std::string Catch::Matchers::Generic::Detail::finalizeDescription(const std::string& desc) {
4 if (desc.empty()) {
5 return "matches undescribed predicate";
6 } else {
7 return "matches predicate: \"" + desc + '"';
8 }
9}
std::string finalizeDescription(const std::string &desc)