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

Method allOk

tests/catch.hpp:12356–12358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12354 return failed == 0 && failedButOk == 0;
12355 }
12356 bool Counts::allOk() const {
12357 return failed == 0;
12358 }
12359
12360 Totals Totals::operator - ( Totals const& other ) const {
12361 Totals diff;

Callers 1

testCaseEndedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected