| 13732 | class CompactReporter final : public StreamingReporterBase { |
| 13733 | public: |
| 13734 | CompactReporter( ReporterConfig&& _config ): |
| 13735 | StreamingReporterBase( CATCH_MOVE( _config ) ) { |
| 13736 | m_preferences.shouldReportAllAssertionStarts = false; |
| 13737 | } |
| 13738 | |
| 13739 | ~CompactReporter() override; |
| 13740 |
nothing calls this directly
no outgoing calls
no test coverage detected