MCPcopy Create free account
hub / github.com/Profactor/cv-plot / testRunEnded

Method testRunEnded

CvPlot/ext/catch2/inc/catch.hpp:5871–5876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5869 m_testGroups.push_back(node);
5870 }
5871 void testRunEnded(TestRunStats const& testRunStats) override {
5872 auto node = std::make_shared<TestRunNode>(testRunStats);
5873 node->children.swap(m_testGroups);
5874 m_testRuns.push_back(node);
5875 testRunEndedCumulative();
5876 }
5877 virtual void testRunEndedCumulative() = 0;
5878
5879 void skipTest(TestCaseInfo const&) override {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected