| 40 | } |
| 41 | |
| 42 | void teardown() |
| 43 | { |
| 44 | myRegistry_->setCurrentRegistry(NULLPTR); |
| 45 | delete myRegistry_; |
| 46 | delete plugin_; |
| 47 | delete output_; |
| 48 | delete result_; |
| 49 | } |
| 50 | }; |
| 51 | |
| 52 | class FunctionPointerUtest : public Utest |
nothing calls this directly
no test coverage detected