| 16593 | StreamingReporterBase::testRunEnded(_testRunStats); |
| 16594 | } |
| 16595 | void ConsoleReporter::testRunStarting(TestRunInfo const& _testInfo) { |
| 16596 | StreamingReporterBase::testRunStarting(_testInfo); |
| 16597 | printTestFilters(); |
| 16598 | } |
| 16599 | |
| 16600 | void ConsoleReporter::lazyPrint() { |
| 16601 |
no test coverage detected