Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ total
Method
total
extlibs/catch/include/catch/catch.hpp:14541–14543 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14539
}
14540
14541
std::size_t Counts::total() const {
14542
return passed + failed + failedButOk;
14543
}
14544
bool Counts::allPassed() const {
14545
return failed == 0 && failedButOk == 0;
14546
}
Callers
6
testForMissingAssertions
Method · 0.45
printTotals
Function · 0.45
print
Method · 0.45
printTotals
Method · 0.45
printTotalsDivider
Method · 0.45
writeGroup
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected