MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / isOk

Method isOk

Bcore/src/main/cpp/Dobby/tests/catch.hpp:4892–4894  ·  view source on GitHub ↗

Result was a success, or failure is suppressed

Source from the content-addressed store, hash-verified

4890
4891// Result was a success, or failure is suppressed
4892bool AssertionResult::isOk() const {
4893 return Catch::isOk(m_resultData.resultType) || shouldSuppressFailure(m_info.resultDisposition);
4894}
4895
4896ResultWas::OfType AssertionResult::getResultType() const {
4897 return m_resultData.resultType;

Callers 7

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

Calls 2

isOkFunction · 0.85
shouldSuppressFailureFunction · 0.85

Tested by

no test coverage detected