Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ getFirstPlugin
Method
getFirstPlugin
src/CppUTest/TestRegistry.cpp:199–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
}
198
199
TestPlugin* TestRegistry::getFirstPlugin()
200
{
201
return firstPlugin_;
202
}
203
204
TestPlugin* TestRegistry::getPluginByName(const SimpleString& name)
205
{
Callers
2
runAllTestsMain
Method · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected