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

Method allOk

tutorials/external/catch.hpp:12628–12630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12626 return failed == 0 && failedButOk == 0;
12627 }
12628 bool Counts::allOk() const {
12629 return failed == 0;
12630 }
12631
12632 Totals Totals::operator - ( Totals const& other ) const {
12633 Totals diff;

Callers 1

testCaseEndedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected