MCPcopy 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
128size_t TestTestingFixture::getFailureCount()
129{
130 return result_->getFailureCount();
131}
132
133size_t TestTestingFixture::getCheckCount()
134{

Callers 15

preTestActionMethod · 0.45
postTestActionMethod · 0.45
runAllTestsMethod · 0.45
printTestsEndedMethod · 0.45
TESTFunction · 0.45
testFailureWithFunction · 0.45
TESTFunction · 0.45
MSC_SWITCHED_TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected