MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / sectionEnded

Method sectionEnded

tests/catch.hpp:7035–7041  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7033 return true;
7034 }
7035 void sectionEnded(SectionStats const &sectionStats) override
7036 {
7037 assert(!m_sectionStack.empty());
7038 SectionNode &node = *m_sectionStack.back();
7039 node.stats = sectionStats;
7040 m_sectionStack.pop_back();
7041 }
7042 void testCaseEnded(TestCaseStats const &testCaseStats) override
7043 {
7044 auto node = std::make_shared<TestCaseNode>(testCaseStats);

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected