Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ installPlugin
Method
installPlugin
src/CppUTest/TestRegistry.cpp:194–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
}
193
194
void TestRegistry::installPlugin(TestPlugin* plugin)
195
{
196
firstPlugin_ = plugin->addPlugin(firstPlugin_);
197
}
198
199
TestPlugin* TestRegistry::getFirstPlugin()
200
{
Callers
15
RunAllTests
Method · 0.45
runAllTestsMain
Method · 0.45
TEST
Function · 0.45
setup
Function · 0.45
main
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
setup
Function · 0.45
TEST
Function · 0.45
setup
Function · 0.45
setup
Function · 0.45
TEST
Function · 0.45
Calls
1
addPlugin
Method · 0.80
Tested by
no test coverage detected