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

Class DefaultPlugin

tests/CppUTest/PluginTest.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161struct DefaultPlugin : public TestPlugin
162{
163 DefaultPlugin() : TestPlugin("default") {}
164};
165
166TEST(PluginTest, DefaultPostTestActionDoesntDoAnything)
167{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected