| 159 | } |
| 160 | |
| 161 | struct DefaultPlugin : public TestPlugin |
| 162 | { |
| 163 | DefaultPlugin() : TestPlugin("default") {} |
| 164 | }; |
| 165 | |
| 166 | TEST(PluginTest, DefaultPostTestActionDoesntDoAnything) |
| 167 | { |
nothing calls this directly
no outgoing calls
no test coverage detected