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

Method testCaseStarting

unittests/catch.hpp:3786–3788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3784 }
3785
3786 void testCaseStarting(TestCaseInfo const& _testInfo) override {
3787 currentTestCaseInfo = _testInfo;
3788 }
3789 void sectionStarting(SectionInfo const& _sectionInfo) override {
3790 m_sectionStack.push_back(_sectionInfo);
3791 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected