MCPcopy Create free account
hub / github.com/cpputest/cpputest / MyTestPluginDummy

Method MyTestPluginDummy

tests/CppUTest/TestRegistryTest.cpp:314–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312{
313public:
314 MyTestPluginDummy(const SimpleString& name) : TestPlugin(name) {}
315 virtual ~MyTestPluginDummy() _destructor_override {}
316 virtual void runAllPreTestAction(UtestShell&, TestResult&) _override {}
317 virtual void runAllPostTestAction(UtestShell&, TestResult&) _override {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected