Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
TestPlugin* TestPlugin::addPlugin(TestPlugin* plugin)
46
{
47
next_ = plugin;
48
return this;
49
}
50
51
void TestPlugin::runAllPreTestAction(UtestShell& test, TestResult& result)
52
{
Callers
1
installPlugin
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected