MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / allPassed

Method allPassed

tests/catch.hpp:12353–12355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12351 return passed + failed + failedButOk;
12352 }
12353 bool Counts::allPassed() const {
12354 return failed == 0 && failedButOk == 0;
12355 }
12356 bool Counts::allOk() const {
12357 return failed == 0;
12358 }

Callers 2

printTotalsMethod · 0.80
printTotalsDividerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected