MCPcopy Create free account
hub / github.com/catchorg/Catch2 / CompactReporter

Method CompactReporter

extras/catch_amalgamated.hpp:13734–13737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected