MCPcopy Create free account
hub / github.com/FidoProject/Fido / getExpression

Method getExpression

tests/catch.h:7264–7269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7262 }
7263
7264 std::string AssertionResult::getExpression() const {
7265 if( isFalseTest( m_info.resultDisposition ) )
7266 return "!" + m_info.capturedExpression;
7267 else
7268 return m_info.capturedExpression;
7269 }
7270 std::string AssertionResult::getExpressionInMacro() const {
7271 if( m_info.macroName.empty() )
7272 return m_info.capturedExpression;

Callers 2

assertionEndedMethod · 0.80

Calls 1

isFalseTestFunction · 0.85

Tested by

no test coverage detected