MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / getExpandedExpression

Method getExpandedExpression

Source/ThirdParty/catch2/catch.hpp:8361–8366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8359 }
8360
8361 std::string AssertionResult::getExpandedExpression() const {
8362 std::string expr = m_resultData.reconstructExpression();
8363 return expr.empty()
8364 ? getExpression()
8365 : expr;
8366 }
8367
8368 std::string AssertionResult::getMessage() const {
8369 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