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

Method addPlugin

src/CppUTest/TestPlugin.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45TestPlugin* TestPlugin::addPlugin(TestPlugin* plugin)
46{
47 next_ = plugin;
48 return this;
49}
50
51void TestPlugin::runAllPreTestAction(UtestShell& test, TestResult& result)
52{

Callers 1

installPluginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected