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

Method allPassed

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

Source from the content-addressed store, hash-verified

10766 return passed + failed + failedButOk;
10767}
10768bool Counts::allPassed() const {
10769 return failed == 0 && failedButOk == 0;
10770}
10771bool Counts::allOk() const {
10772 return failed == 0;
10773}

Callers 2

printTotalsMethod · 0.80
printTotalsDividerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected