MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / testRunEnded

Method testRunEnded

Bcore/src/main/cpp/Dobby/tests/catch.hpp:11470–11474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11468}
11469
11470void CompactReporter::testRunEnded(TestRunStats const &_testRunStats) {
11471 printTotals(stream, _testRunStats.totals);
11472 stream << '\n' << std::endl;
11473 StreamingReporterBase::testRunEnded(_testRunStats);
11474}
11475
11476CompactReporter::~CompactReporter() {
11477}

Callers 2

~RunContextMethod · 0.45

Calls 2

printTotalsFunction · 0.85
scopedElementMethod · 0.80

Tested by

no test coverage detected