Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ getTestReturnCode
Method
getTestReturnCode
Libraries/Testing/Testing.cpp:850–850 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
848
}
849
850
int SC::TestReport::getTestReturnCode() const { return startupFailure || numTestsFailed > 0 ? -1 : 0; }
851
852
uint16_t SC::TestReport::mapPort(uint16_t basePort) const
853
{
Callers
4
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected