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

Method getExpandedExpression

tests/catch.hpp:6233–6238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6231 }
6232
6233 std::string AssertionResult::getExpandedExpression() const {
6234 std::string expr = m_resultData.reconstructExpression();
6235 return expr.empty()
6236 ? getExpression()
6237 : expr;
6238 }
6239
6240 std::string AssertionResult::getMessage() const {
6241 return m_resultData.message;

Callers 5

writeAssertionMethod · 0.80
assertionEndedMethod · 0.80

Calls 2

reconstructExpressionMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected