| 15751 | StreamingReporterBase::testRunEnded(_testRunStats); |
| 15752 | } |
| 15753 | void ConsoleReporter::testRunStarting(TestRunInfo const& _testInfo) { |
| 15754 | StreamingReporterBase::testRunStarting(_testInfo); |
| 15755 | printTestFilters(); |
| 15756 | } |
| 15757 | |
| 15758 | void ConsoleReporter::lazyPrint() { |
| 15759 |
no test coverage detected