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

Method runAllPostTestAction

src/CppUTest/TestPlugin.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void TestPlugin::runAllPostTestAction(UtestShell& test, TestResult& result)
58{
59 next_ ->runAllPostTestAction(test, result);
60 if (enabled_) postTestAction(test, result);
61}
62
63bool TestPlugin::parseAllArguments(int ac, char** av, int index)
64{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected