MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / sectionStarting

Method sectionStarting

extras/tests/catch/catch.hpp:5772–5774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5770 currentTestCaseInfo = _testInfo;
5771 }
5772 void sectionStarting(SectionInfo const& _sectionInfo) override {
5773 m_sectionStack.push_back(_sectionInfo);
5774 }
5775
5776 void sectionEnded(SectionStats const& /* _sectionStats */) override {
5777 m_sectionStack.pop_back();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected