MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / hasExpression

Method hasExpression

extlibs/catch/include/catch/catch.hpp:8016–8018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8014 }
8015
8016 bool AssertionResult::hasExpression() const {
8017 return m_info.capturedExpression[0] != 0;
8018 }
8019
8020 bool AssertionResult::hasMessage() const {
8021 return !m_resultData.message.empty();

Callers 5

printMethod · 0.80
printExpressionWasMethod · 0.80
assertionEndedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected