| 16253 | StreamingReporterBase::testRunEnded(_testRunStats); |
| 16254 | } |
| 16255 | void ConsoleReporter::testRunStarting(TestRunInfo const& _testInfo) { |
| 16256 | StreamingReporterBase::testRunStarting(_testInfo); |
| 16257 | printTestFilters(); |
| 16258 | } |
| 16259 | |
| 16260 | void ConsoleReporter::lazyPrint() { |
| 16261 |
no test coverage detected