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

Method testGroupEnded

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

Source from the content-addressed store, hash-verified

5712 currentTestCaseInfo.reset();
5713 }
5714 void testGroupEnded(TestGroupStats const& /* _testGroupStats */) override {
5715 currentGroupInfo.reset();
5716 }
5717 void testRunEnded(TestRunStats const& /* _testRunStats */) override {
5718 currentTestCaseInfo.reset();
5719 currentGroupInfo.reset();

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected