MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / hasExpression

Method hasExpression

extern/Catch2/catch.hpp:8327–8329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8325 }
8326
8327 bool AssertionResult::hasExpression() const {
8328 return !m_info.capturedExpression.empty();
8329 }
8330
8331 bool AssertionResult::hasMessage() const {
8332 return !m_resultData.message.empty();

Callers 6

printMethod · 0.80
printExpressionWasMethod · 0.80
writeAssertionMethod · 0.80
assertionEndedMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected