MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / testRunEnded

Method testRunEnded

extlibs/catch/include/catch/catch.hpp:5582–5586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5580 currentGroupInfo.reset();
5581 }
5582 void testRunEnded(TestRunStats const& /* _testRunStats */) override {
5583 currentTestCaseInfo.reset();
5584 currentGroupInfo.reset();
5585 currentTestRunInfo.reset();
5586 }
5587
5588 void skipTest(TestCaseInfo const&) override {
5589 // Don't do anything with this by default.

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected