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

Method sectionStarting

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

Source from the content-addressed store, hash-verified

5702 currentTestCaseInfo = _testInfo;
5703 }
5704 void sectionStarting(SectionInfo const& _sectionInfo) override {
5705 m_sectionStack.push_back(_sectionInfo);
5706 }
5707
5708 void sectionEnded(SectionStats const& /* _sectionStats */) override {
5709 m_sectionStack.pop_back();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected