| 98 | } |
| 99 | |
| 100 | void exit(int code) |
| 101 | { |
| 102 | _testThread->join(); |
| 103 | _testThread.reset(); |
| 104 | |
| 105 | std::exit(code); |
| 106 | } |
| 107 | |
| 108 | public: |
| 109 | void OnTestSuiteStart(const testing::TestSuite &suite) override { updateProgressLabel(); } |
no outgoing calls
no test coverage detected