MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / hasMessage

Method hasMessage

unittests/catch.hpp:5103–5105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5101 }
5102
5103 bool AssertionResult::hasMessage() const {
5104 return !m_resultData.message.empty();
5105 }
5106
5107 std::string AssertionResult::getExpression() const {
5108 if( isFalseTest( m_info.resultDisposition ) )

Callers 1

AssertionStatsMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected