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

Method TestCaseStats

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

Source from the content-addressed store, hash-verified

7410SectionStats::~SectionStats() = default;
7411
7412TestCaseStats::TestCaseStats(TestCaseInfo const &_testInfo, Totals const &_totals, std::string const &_stdOut,
7413 std::string const &_stdErr, bool _aborting)
7414 : testInfo(_testInfo), totals(_totals), stdOut(_stdOut), stdErr(_stdErr), aborting(_aborting) {
7415}
7416
7417TestCaseStats::~TestCaseStats() = default;
7418

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected