MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / isOk

Method isOk

tests/catch.hpp:6192–6194  ·  view source on GitHub ↗

Result was a success, or failure is suppressed

Source from the content-addressed store, hash-verified

6190
6191 // Result was a success, or failure is suppressed
6192 bool AssertionResult::isOk() const {
6193 return Catch::isOk( m_resultData.resultType ) || shouldSuppressFailure( m_info.resultDisposition );
6194 }
6195
6196 ResultWas::OfType AssertionResult::getResultType() const {
6197 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