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

Method succeeded

lib/catch2/catch.hpp:8316–8318  ·  view source on GitHub ↗

Result was a success

Source from the content-addressed store, hash-verified

8314
8315 // Result was a success
8316 bool AssertionResult::succeeded() const {
8317 return Catch::isOk( m_resultData.resultType );
8318 }
8319
8320 // Result was a success, or failure is suppressed
8321 bool AssertionResult::isOk() const {

Callers 1

assertionEndedMethod · 0.80

Calls 1

isOkFunction · 0.85

Tested by

no test coverage detected