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

Method allOk

extern/Catch2/catch.hpp:15279–15281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15277 return failed == 0 && failedButOk == 0;
15278 }
15279 bool Counts::allOk() const {
15280 return failed == 0;
15281 }
15282
15283 Totals Totals::operator - ( Totals const& other ) const {
15284 Totals diff;

Callers 1

testCaseEndedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected