| 132 | } |
| 133 | |
| 134 | void teardown() |
| 135 | { |
| 136 | myRegistry->setCurrentRegistry(NULLPTR); |
| 137 | delete myRegistry; |
| 138 | delete test1; |
| 139 | delete test2; |
| 140 | delete test3; |
| 141 | delete test4; |
| 142 | delete result; |
| 143 | delete output; |
| 144 | } |
| 145 | |
| 146 | void addAndRunAllTests() |
| 147 | { |
nothing calls this directly
no test coverage detected