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

Method testGroupEnded

tutorials/external/catch.hpp:5297–5301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5295 m_deepestSection->stdErr = testCaseStats.stdErr;
5296 }
5297 void testGroupEnded(TestGroupStats const& testGroupStats) override {
5298 auto node = std::make_shared<TestGroupNode>(testGroupStats);
5299 node->children.swap(m_testCases);
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);

Callers

nothing calls this directly

Calls 2

swapMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected