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

Method getExpression

tutorials/external/catch.hpp:6423–6428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6421 }
6422
6423 std::string AssertionResult::getExpression() const {
6424 if( isFalseTest( m_info.resultDisposition ) )
6425 return "!(" + m_info.capturedExpression + ")";
6426 else
6427 return m_info.capturedExpression;
6428 }
6429
6430 std::string AssertionResult::getExpressionInMacro() const {
6431 std::string expr;

Callers 2

assertionEndedMethod · 0.80

Calls 1

isFalseTestFunction · 0.85

Tested by

no test coverage detected