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

Method testRunEnded

unittests/catch.hpp:11554–11558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11552 }
11553
11554 void CompactReporter::testRunEnded( TestRunStats const& _testRunStats ) {
11555 printTotals( stream, _testRunStats.totals );
11556 stream << '\n' << std::endl;
11557 StreamingReporterBase::testRunEnded( _testRunStats );
11558 }
11559
11560 CompactReporter::~CompactReporter() {}
11561

Callers 2

~RunContextMethod · 0.45

Calls 2

printTotalsFunction · 0.85
scopedElementMethod · 0.80

Tested by

no test coverage detected