Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ NullTestPlugin
Method
NullTestPlugin
src/CppUTest/TestPlugin.cpp:152–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
//////// NullPlugin
151
152
NullTestPlugin::NullTestPlugin() :
153
TestPlugin(NULLPTR)
154
{
155
}
156
157
NullTestPlugin* NullTestPlugin::instance()
158
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected