| 114 | } |
| 115 | |
| 116 | void OnTestEnd(const testing::TestInfo & /*testInfo*/) override { updateProgressLabel(); } |
| 117 | void OnTestProgramEnd(const testing::UnitTest &unit_test) override |
| 118 | { |
| 119 | testing::UnitTest::GetInstance()->listeners().Release(this); |
nothing calls this directly
no outgoing calls
no test coverage detected