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

Method TestGroupStats

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

Source from the content-addressed store, hash-verified

7417TestCaseStats::~TestCaseStats() = default;
7418
7419TestGroupStats::TestGroupStats(GroupInfo const &_groupInfo, Totals const &_totals, bool _aborting)
7420 : groupInfo(_groupInfo), totals(_totals), aborting(_aborting) {
7421}
7422
7423TestGroupStats::TestGroupStats(GroupInfo const &_groupInfo) : groupInfo(_groupInfo), aborting(false) {
7424}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected