MCPcopy Create free account
hub / github.com/RenderKit/embree / testRunEnded

Method testRunEnded

tutorials/external/catch.hpp:5302–5307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5300 m_testGroups.push_back(node);
5301 }
5302 void testRunEnded(TestRunStats const& testRunStats) override {
5303 auto node = std::make_shared<TestRunNode>(testRunStats);
5304 node->children.swap(m_testGroups);
5305 m_testRuns.push_back(node);
5306 testRunEndedCumulative();
5307 }
5308 virtual void testRunEndedCumulative() = 0;
5309
5310 void skipTest(TestCaseInfo const&) override {}

Callers

nothing calls this directly

Calls 2

swapMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected