MCPcopy Create free account
hub / github.com/cpputest/cpputest / getTestCount

Method getTestCount

src/CppUTest/TestTestingFixture.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138size_t TestTestingFixture::getTestCount()
139{
140 return result_->getTestCount();
141}
142
143size_t TestTestingFixture::getIgnoreCount()
144{

Callers 4

printTestsEndedMethod · 0.45
printTestsEndedMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected