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

Method allOk

unittests/catch.hpp:10840–10842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10838 return failed == 0 && failedButOk == 0;
10839 }
10840 bool Counts::allOk() const {
10841 return failed == 0;
10842 }
10843
10844 Totals Totals::operator - ( Totals const& other ) const {
10845 Totals diff;

Callers 1

testCaseEndedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected