| 16586 | StreamingReporterBase::testRunEnded(_testRunStats); |
| 16587 | } |
| 16588 | void ConsoleReporter::testRunStarting(TestRunInfo const& _testInfo) { |
| 16589 | StreamingReporterBase::testRunStarting(_testInfo); |
| 16590 | printTestFilters(); |
| 16591 | } |
| 16592 | |
| 16593 | void ConsoleReporter::lazyPrint() { |
| 16594 |
no test coverage detected