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

Method hasExpression

tests/catch.h:7256–7258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7254 }
7255
7256 bool AssertionResult::hasExpression() const {
7257 return !m_info.capturedExpression.empty();
7258 }
7259
7260 bool AssertionResult::hasMessage() const {
7261 return !m_resultData.message.empty();

Callers 5

assertionEndedMethod · 0.80
printMethod · 0.80
printExpressionWasMethod · 0.80

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected