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

Method testRunEnded

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

Source from the content-addressed store, hash-verified

5715 currentGroupInfo.reset();
5716 }
5717 void testRunEnded(TestRunStats const& /* _testRunStats */) override {
5718 currentTestCaseInfo.reset();
5719 currentGroupInfo.reset();
5720 currentTestRunInfo.reset();
5721 }
5722
5723 void skipTest(TestCaseInfo const&) override {
5724 // Don't do anything with this by default.

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected