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

Method allPassed

unittests/catch.hpp:10837–10839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10835 return passed + failed + failedButOk;
10836 }
10837 bool Counts::allPassed() const {
10838 return failed == 0 && failedButOk == 0;
10839 }
10840 bool Counts::allOk() const {
10841 return failed == 0;
10842 }

Callers 2

printTotalsMethod · 0.80
printTotalsDividerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected