MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / succeeded

Method succeeded

extern/Catch2/catch.hpp:8314–8316  ·  view source on GitHub ↗

Result was a success

Source from the content-addressed store, hash-verified

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

Callers 1

assertionEndedMethod · 0.80

Calls 1

isOkFunction · 0.85

Tested by

no test coverage detected