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

Method testRunEnded

unittests/catch.hpp:3802–3806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3800 currentGroupInfo.reset();
3801 }
3802 void testRunEnded(TestRunStats const& /* _testRunStats */) override {
3803 currentTestCaseInfo.reset();
3804 currentGroupInfo.reset();
3805 currentTestRunInfo.reset();
3806 }
3807
3808 void skipTest(TestCaseInfo const&) override {
3809 // Don't do anything with this by default.

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected