MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / allPassed

Method allPassed

extlibs/catch/include/catch/catch.hpp:14544–14546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14542 return passed + failed + failedButOk;
14543 }
14544 bool Counts::allPassed() const {
14545 return failed == 0 && failedButOk == 0;
14546 }
14547 bool Counts::allOk() const {
14548 return failed == 0;
14549 }

Callers 2

printTotalsMethod · 0.80
printTotalsDividerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected