MCPcopy Create free account
hub / github.com/apache/thrift / succeeded

Method succeeded

compiler/cpp/tests/catch/catch.hpp:8031–8033  ·  view source on GitHub ↗

Result was a success

Source from the content-addressed store, hash-verified

8029
8030 // Result was a success
8031 bool AssertionResult::succeeded() const {
8032 return Catch::isOk( m_resultData.resultType );
8033 }
8034
8035 // Result was a success, or failure is suppressed
8036 bool AssertionResult::isOk() const {

Callers 1

assertionEndedMethod · 0.80

Calls 1

isOkFunction · 0.85

Tested by

no test coverage detected