MCPcopy Create free account
hub / github.com/RenderKit/embree / allPassed

Method allPassed

tutorials/external/catch.hpp:12625–12627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12623 return passed + failed + failedButOk;
12624 }
12625 bool Counts::allPassed() const {
12626 return failed == 0 && failedButOk == 0;
12627 }
12628 bool Counts::allOk() const {
12629 return failed == 0;
12630 }

Callers 2

printTotalsMethod · 0.80
printTotalsDividerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected