MCPcopy Create free account
hub / github.com/Profactor/cv-plot / hasExpression

Method hasExpression

CvPlot/ext/catch2/inc/catch.hpp:8243–8245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8241 }
8242
8243 bool AssertionResult::hasExpression() const {
8244 return !m_info.capturedExpression.empty();
8245 }
8246
8247 bool AssertionResult::hasMessage() const {
8248 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