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

Method testRunStarting

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

Source from the content-addressed store, hash-verified

5691 void reportInvalidArguments(std::string const&) override {}
5692
5693 void testRunStarting(TestRunInfo const& _testRunInfo) override {
5694 currentTestRunInfo = _testRunInfo;
5695 }
5696
5697 void testGroupStarting(GroupInfo const& _groupInfo) override {
5698 currentGroupInfo = _groupInfo;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected