MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / testRunEnded

Method testRunEnded

unittests/catch.hpp:3956–3961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3954 m_testGroups.push_back(node);
3955 }
3956 void testRunEnded(TestRunStats const& testRunStats) override {
3957 auto node = std::make_shared<TestRunNode>(testRunStats);
3958 node->children.swap(m_testGroups);
3959 m_testRuns.push_back(node);
3960 testRunEndedCumulative();
3961 }
3962 virtual void testRunEndedCumulative() = 0;
3963
3964 void skipTest(TestCaseInfo const&) override {}

Callers

nothing calls this directly

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected