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

Method succeeded

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

Result was a success

Source from the content-addressed store, hash-verified

4885
4886// Result was a success
4887bool AssertionResult::succeeded() const {
4888 return Catch::isOk(m_resultData.resultType);
4889}
4890
4891// Result was a success, or failure is suppressed
4892bool AssertionResult::isOk() const {

Callers 1

assertionEndedMethod · 0.80

Calls 1

isOkFunction · 0.85

Tested by

no test coverage detected