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

Method TestRunStats

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

Source from the content-addressed store, hash-verified

7426TestGroupStats::~TestGroupStats() = default;
7427
7428TestRunStats::TestRunStats(TestRunInfo const &_runInfo, Totals const &_totals, bool _aborting)
7429 : runInfo(_runInfo), totals(_totals), aborting(_aborting) {
7430}
7431
7432TestRunStats::~TestRunStats() = default;
7433

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected