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

Method isOk

tutorials/external/catch.hpp:6407–6409  ·  view source on GitHub ↗

Result was a success, or failure is suppressed

Source from the content-addressed store, hash-verified

6405
6406 // Result was a success, or failure is suppressed
6407 bool AssertionResult::isOk() const {
6408 return Catch::isOk( m_resultData.resultType ) || shouldSuppressFailure( m_info.resultDisposition );
6409 }
6410
6411 ResultWas::OfType AssertionResult::getResultType() const {
6412 return m_resultData.resultType;

Callers 6

assertionEndedMethod · 0.80
handleMessageMethod · 0.80
handleNonExprMethod · 0.80
printMethod · 0.80
writeAssertionMethod · 0.80

Calls 2

isOkFunction · 0.85
shouldSuppressFailureFunction · 0.85

Tested by

no test coverage detected