| 108 | public: |
| 109 | void OnTestSuiteStart(const testing::TestSuite &suite) override { updateProgressLabel(); } |
| 110 | void OnTestStart(const testing::TestInfo &info) override |
| 111 | { |
| 112 | nCasesRun++; |
| 113 | updateProgressLabel(); |
| 114 | } |
| 115 | |
| 116 | void OnTestEnd(const testing::TestInfo & /*testInfo*/) override { updateProgressLabel(); } |
| 117 | void OnTestProgramEnd(const testing::UnitTest &unit_test) override |
nothing calls this directly
no outgoing calls
no test coverage detected