MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / finalizeDescription

Method finalizeDescription

tests/catch.hpp:9223–9229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9221// start catch_matchers_generic.cpp
9222
9223std::string Catch::Matchers::Generic::Detail::finalizeDescription(const std::string& desc) {
9224 if (desc.empty()) {
9225 return "matches undescribed predicate";
9226 } else {
9227 return "matches predicate: \"" + desc + '"';
9228 }
9229}
9230// end catch_matchers_generic.cpp
9231// start catch_matchers_string.cpp
9232

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected