MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / getExpression

Method getExpression

extlibs/catch/include/catch/catch.hpp:8024–8029  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8022 }
8023
8024 std::string AssertionResult::getExpression() const {
8025 if( isFalseTest( m_info.resultDisposition ) )
8026 return "!(" + m_info.capturedExpression + ")";
8027 else
8028 return m_info.capturedExpression;
8029 }
8030
8031 std::string AssertionResult::getExpressionInMacro() const {
8032 std::string expr;

Callers 2

assertionEndedMethod · 0.80

Calls 1

isFalseTestFunction · 0.85

Tested by

no test coverage detected