MCPcopy 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
199TestPlugin* TestRegistry::getFirstPlugin()
200{
201 return firstPlugin_;
202}
203
204TestPlugin* TestRegistry::getPluginByName(const SimpleString& name)
205{

Callers 2

runAllTestsMainMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected