Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ total
Method
total
Bcore/src/main/cpp/Dobby/tests/catch.hpp:10765–10767 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10763
}
10764
10765
std::size_t Counts::total() const {
10766
return passed + failed + failedButOk;
10767
}
10768
bool Counts::allPassed() const {
10769
return failed == 0 && failedButOk == 0;
10770
}
Callers
7
testForMissingAssertions
Method · 0.80
runTests
Function · 0.80
printTotals
Function · 0.80
print
Method · 0.80
printTotals
Method · 0.80
printTotalsDivider
Method · 0.80
writeGroup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected