MCPcopy 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
152NullTestPlugin::NullTestPlugin() :
153 TestPlugin(NULLPTR)
154{
155}
156
157NullTestPlugin* NullTestPlugin::instance()
158{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected