MCPcopy 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
850int SC::TestReport::getTestReturnCode() const { return startupFailure || numTestsFailed > 0 ? -1 : 0; }
851
852uint16_t SC::TestReport::mapPort(uint16_t basePort) const
853{

Callers 4

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected