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

Method testRunEnded

test/expected/catch.hpp:15776–15780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15774 }
15775
15776 void CompactReporter::testRunEnded( TestRunStats const& _testRunStats ) {
15777 printTotals( stream, _testRunStats.totals );
15778 stream << '\n' << std::endl;
15779 StreamingReporterBase::testRunEnded( _testRunStats );
15780 }
15781
15782 CompactReporter::~CompactReporter() {}
15783

Callers 2

~RunContextMethod · 0.45

Calls 2

printTotalsFunction · 0.85
scopedElementMethod · 0.80

Tested by

no test coverage detected