| 16597 | StreamingReporterBase::testRunEnded(_testRunStats); |
| 16598 | } |
| 16599 | void ConsoleReporter::testRunStarting(TestRunInfo const& _testInfo) { |
| 16600 | StreamingReporterBase::testRunStarting(_testInfo); |
| 16601 | printTestFilters(); |
| 16602 | } |
| 16603 | |
| 16604 | void ConsoleReporter::lazyPrint() { |
| 16605 |
no test coverage detected