Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ getFailureCount
Method
getFailureCount
src/CppUTest/TestTestingFixture.cpp:128–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
}
127
128
size_t TestTestingFixture::getFailureCount()
129
{
130
return result_->getFailureCount();
131
}
132
133
size_t TestTestingFixture::getCheckCount()
134
{
Callers
15
GccPlatformSpecificRunTestInASeperateProcess
Function · 0.45
preTestAction
Method · 0.45
postTestAction
Method · 0.45
runAllTests
Method · 0.45
printTestsEnded
Method · 0.45
TEST
Function · 0.45
testFailureWith
Function · 0.45
TEST
Function · 0.45
MSC_SWITCHED_TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected