MCPcopy Create free account
hub / github.com/RenderKit/embree / getExpandedExpression

Method getExpandedExpression

tutorials/external/catch.hpp:6448–6453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6446 }
6447
6448 std::string AssertionResult::getExpandedExpression() const {
6449 std::string expr = m_resultData.reconstructExpression();
6450 return expr.empty()
6451 ? getExpression()
6452 : expr;
6453 }
6454
6455 std::string AssertionResult::getMessage() const {
6456 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