MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / ~RunContext

Method ~RunContext

extern/Catch2/catch.hpp:12729–12731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12727 }
12728
12729 RunContext::~RunContext() {
12730 m_reporter->testRunEnded(TestRunStats(m_runInfo, m_totals, aborting()));
12731 }
12732
12733 void RunContext::testGroupStarting(std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCount) {
12734 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