Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ resetPlugins
Method
resetPlugins
src/CppUTest/TestRegistry.cpp:189–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
void TestRegistry::resetPlugins()
190
{
191
firstPlugin_ = NullTestPlugin::instance();
192
}
193
194
void TestRegistry::installPlugin(TestPlugin* plugin)
195
{
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected