| 312 | { |
| 313 | public: |
| 314 | MyTestPluginDummy(const SimpleString& name) : TestPlugin(name) {} |
| 315 | virtual ~MyTestPluginDummy() _destructor_override {} |
| 316 | virtual void runAllPreTestAction(UtestShell&, TestResult&) _override {} |
| 317 | virtual void runAllPostTestAction(UtestShell&, TestResult&) _override {} |
nothing calls this directly
no outgoing calls
no test coverage detected