MCPcopy Create free account
hub / github.com/apache/thrift / getExpression

Method getExpression

compiler/cpp/tests/catch/catch.hpp:8052–8057  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8050 }
8051
8052 std::string AssertionResult::getExpression() const {
8053 if( isFalseTest( m_info.resultDisposition ) )
8054 return '!' + m_info.capturedExpression;
8055 else
8056 return m_info.capturedExpression;
8057 }
8058 std::string AssertionResult::getExpressionInMacro() const {
8059 if( m_info.macroName.empty() )
8060 return m_info.capturedExpression;

Callers 2

assertionEndedMethod · 0.80

Calls 1

isFalseTestFunction · 0.85

Tested by

no test coverage detected