| 40 | { |
| 41 | public: |
| 42 | DummyPlugin(const SimpleString& name) : |
| 43 | TestPlugin(name), preAction(0), preActionSequence(0), postAction(0), postActionSequence(0) |
| 44 | { |
| 45 | } |
| 46 | |
| 47 | virtual void preTestAction(UtestShell&, TestResult&) |
| 48 | { |
nothing calls this directly
no outgoing calls
no test coverage detected