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

Method testGroupEnded

unittests/catch.hpp:3799–3801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3797 currentTestCaseInfo.reset();
3798 }
3799 void testGroupEnded(TestGroupStats const& /* _testGroupStats */) override {
3800 currentGroupInfo.reset();
3801 }
3802 void testRunEnded(TestRunStats const& /* _testRunStats */) override {
3803 currentTestCaseInfo.reset();
3804 currentGroupInfo.reset();

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected