| 111 | #define GENERIC_PLUGIN "GenericPlugin" |
| 112 | |
| 113 | TEST(PluginTest, PluginHasName) |
| 114 | { |
| 115 | STRCMP_EQUAL(GENERIC_PLUGIN, firstPlugin->getName().asCharString()); |
| 116 | } |
| 117 | |
| 118 | TEST(PluginTest, InstallPlugin) |
| 119 | { |
nothing calls this directly
no test coverage detected