MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / getExpression

Method getExpression

tests/catch.hpp:6208–6213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6206 }
6207
6208 std::string AssertionResult::getExpression() const {
6209 if( isFalseTest( m_info.resultDisposition ) )
6210 return "!(" + m_info.capturedExpression + ")";
6211 else
6212 return m_info.capturedExpression;
6213 }
6214
6215 std::string AssertionResult::getExpressionInMacro() const {
6216 std::string expr;

Callers 2

assertionEndedMethod · 0.80

Calls 1

isFalseTestFunction · 0.85

Tested by

no test coverage detected