MCPcopy Create free account
hub / github.com/RenderKit/embree / hasMessage

Method hasMessage

tutorials/external/catch.hpp:6419–6421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6417 }
6418
6419 bool AssertionResult::hasMessage() const {
6420 return !m_resultData.message.empty();
6421 }
6422
6423 std::string AssertionResult::getExpression() const {
6424 if( isFalseTest( m_info.resultDisposition ) )

Callers 1

AssertionStatsMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected