Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ DefaultPlugin
Method
DefaultPlugin
tests/CppUTest/PluginTest.cpp:163–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
struct DefaultPlugin : public TestPlugin
162
{
163
DefaultPlugin() : TestPlugin(
"default"
) {}
164
};
165
166
TEST(PluginTest, DefaultPostTestActionDoesntDoAnything)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected