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

Method sectionStarting

unittests/catch.hpp:3789–3791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3787 currentTestCaseInfo = _testInfo;
3788 }
3789 void sectionStarting(SectionInfo const& _sectionInfo) override {
3790 m_sectionStack.push_back(_sectionInfo);
3791 }
3792
3793 void sectionEnded(SectionStats const& /* _sectionStats */) override {
3794 m_sectionStack.pop_back();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected