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

Method runAllPreTestAction

src/CppUTest/TestPlugin.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void TestPlugin::runAllPreTestAction(UtestShell& test, TestResult& result)
52{
53 if (enabled_) preTestAction(test, result);
54 next_->runAllPreTestAction(test, result);
55}
56
57void TestPlugin::runAllPostTestAction(UtestShell& test, TestResult& result)
58{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected