MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / testRunEnded

Method testRunEnded

extlibs/catch/include/catch/catch.hpp:15281–15285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15279 }
15280
15281 void CompactReporter::testRunEnded( TestRunStats const& _testRunStats ) {
15282 printTotals( stream, _testRunStats.totals );
15283 stream << '\n' << std::endl;
15284 StreamingReporterBase::testRunEnded( _testRunStats );
15285 }
15286
15287 CompactReporter::~CompactReporter() {}
15288

Callers 2

~RunContextMethod · 0.45

Calls 2

printTotalsFunction · 0.85
scopedElementMethod · 0.80

Tested by

no test coverage detected