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

Method countPlugins

src/CppUTest/TestRegistry.cpp:216–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216int TestRegistry::countPlugins()
217{
218 int count = 0;
219 for (TestPlugin* plugin = firstPlugin_; plugin != NullTestPlugin::instance(); plugin = plugin->getNext())
220 count++;
221 return count;
222}
223
224
225UtestShell* TestRegistry::getFirstTest()

Callers 4

TESTFunction · 0.80
parseArgumentsMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

getNextMethod · 0.45

Tested by

no test coverage detected