| 52 | } |
| 53 | |
| 54 | TestTestingFixture::~TestTestingFixture() |
| 55 | { |
| 56 | registry_->setCurrentRegistry(NULLPTR); |
| 57 | clearExecFunction(); |
| 58 | delete registry_; |
| 59 | delete result_; |
| 60 | delete output_; |
| 61 | delete genTest_; |
| 62 | } |
| 63 | |
| 64 | void TestTestingFixture::clearExecFunction() |
| 65 | { |
nothing calls this directly
no test coverage detected