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

Function TEST

tests/CppUTest/PluginTest.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111#define GENERIC_PLUGIN "GenericPlugin"
112
113TEST(PluginTest, PluginHasName)
114{
115 STRCMP_EQUAL(GENERIC_PLUGIN, firstPlugin->getName().asCharString());
116}
117
118TEST(PluginTest, InstallPlugin)
119{

Callers

nothing calls this directly

Calls 12

asCharStringMethod · 0.80
countPluginsMethod · 0.80
isEnabledMethod · 0.80
parseAllArgumentsMethod · 0.80
getNameMethod · 0.45
getFirstPluginMethod · 0.45
getPluginByNameMethod · 0.45
installPluginMethod · 0.45
runAllTestsMethod · 0.45
removePluginByNameMethod · 0.45
disableMethod · 0.45
enableMethod · 0.45

Tested by

no test coverage detected