MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / ~RunContext

Method ~RunContext

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

Source from the content-addressed store, hash-verified

8523}
8524
8525RunContext::~RunContext() {
8526 m_reporter->testRunEnded(TestRunStats(m_runInfo, m_totals, aborting()));
8527}
8528
8529void RunContext::testGroupStarting(std::string const &testSpec, std::size_t groupIndex, std::size_t groupsCount) {
8530 m_reporter->testGroupStarting(GroupInfo(testSpec, groupIndex, groupsCount));

Callers

nothing calls this directly

Calls 2

TestRunStatsClass · 0.85
testRunEndedMethod · 0.45

Tested by

no test coverage detected