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

Method testRunStarting

unittests/catch.hpp:3779–3781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3777 void noMatchingTestCases(std::string const&) override {}
3778
3779 void testRunStarting(TestRunInfo const& _testRunInfo) override {
3780 currentTestRunInfo = _testRunInfo;
3781 }
3782 void testGroupStarting(GroupInfo const& _groupInfo) override {
3783 currentGroupInfo = _groupInfo;
3784 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected