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

Method runAllTestsMain

src/CppUTest/CommandLineTestRunner.cpp:74–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74int CommandLineTestRunner::runAllTestsMain()
75{
76 int testResult = 1;
77
78 SetPointerPlugin pPlugin(DEF_PLUGIN_SET_POINTER);
79 registry_->installPlugin(&pPlugin);
80
81 if (parseArguments(registry_->getFirstPlugin()))
82 testResult = runAllTests();
83
84 registry_->removePluginByName(DEF_PLUGIN_SET_POINTER);
85 return testResult;
86}
87
88void CommandLineTestRunner::initializeTestRun()
89{

Callers 5

RunAllTestsMethod · 0.80
mainFunction · 0.80
runAndGetOutputFunction · 0.80
TESTFunction · 0.80
mainFunction · 0.80

Calls 3

installPluginMethod · 0.45
getFirstPluginMethod · 0.45
removePluginByNameMethod · 0.45

Tested by

no test coverage detected