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

Method testCaseStarting

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

Source from the content-addressed store, hash-verified

5699 }
5700
5701 void testCaseStarting(TestCaseInfo const& _testInfo) override {
5702 currentTestCaseInfo = _testInfo;
5703 }
5704 void sectionStarting(SectionInfo const& _sectionInfo) override {
5705 m_sectionStack.push_back(_sectionInfo);
5706 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected