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

Method testGroupStarting

unittests/catch.hpp:3782–3784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3780 currentTestRunInfo = _testRunInfo;
3781 }
3782 void testGroupStarting(GroupInfo const& _groupInfo) override {
3783 currentGroupInfo = _groupInfo;
3784 }
3785
3786 void testCaseStarting(TestCaseInfo const& _testInfo) override {
3787 currentTestCaseInfo = _testInfo;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected