MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / testRunEnded

Method testRunEnded

extern/Catch2/catch.hpp:16103–16107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16101 }
16102
16103 void CompactReporter::testRunEnded( TestRunStats const& _testRunStats ) {
16104 printTotals( stream, _testRunStats.totals );
16105 stream << '\n' << std::endl;
16106 StreamingReporterBase::testRunEnded( _testRunStats );
16107 }
16108
16109 CompactReporter::~CompactReporter() {}
16110

Callers 2

~RunContextMethod · 0.45

Calls 2

printTotalsFunction · 0.85
scopedElementMethod · 0.80

Tested by

no test coverage detected