Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ total
Method
total
tests/include/catch.hpp:15275–15277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15273
}
15274
15275
std::size_t Counts::total() const {
15276
return passed + failed + failedButOk;
15277
}
15278
bool Counts::allPassed() const {
15279
return failed == 0 && failedButOk == 0;
15280
}
Callers
7
testForMissingAssertions
Method · 0.45
printTotals
Function · 0.45
print
Method · 0.45
printTotals
Method · 0.45
printTotalsDivider
Method · 0.45
writeGroup
Method · 0.45
writeAssertion
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected