MCPcopy Create free account
hub / github.com/cirquit/trdrop / sectionStarting

Method sectionStarting

ext/catch.hpp:9299–9301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9297 currentTestCaseInfo = _testInfo;
9298 }
9299 virtual void sectionStarting( SectionInfo const& _sectionInfo ) CATCH_OVERRIDE {
9300 m_sectionStack.push_back( _sectionInfo );
9301 }
9302
9303 virtual void sectionEnded( SectionStats const& /* _sectionStats */ ) CATCH_OVERRIDE {
9304 m_sectionStack.pop_back();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected