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