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

Method countTests

src/CppUTest/Utest.cpp:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242size_t UtestShell::countTests()
243{
244 return next_ ? next_->countTests() + 1 : 1;
245}
246
247SimpleString UtestShell::getMacroName() const
248{

Callers 4

defaultCrashMethodFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected