MCPcopy Create free account
hub / github.com/RenderKit/embree / ~RunContext

Method ~RunContext

tutorials/external/catch.hpp:10343–10345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10341 }
10342
10343 RunContext::~RunContext() {
10344 m_reporter->testRunEnded(TestRunStats(m_runInfo, m_totals, aborting()));
10345 }
10346
10347 void RunContext::testGroupStarting(std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCount) {
10348 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