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

Method testCaseEnded

unittests/catch.hpp:3796–3798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3794 m_sectionStack.pop_back();
3795 }
3796 void testCaseEnded(TestCaseStats const& /* _testCaseStats */) override {
3797 currentTestCaseInfo.reset();
3798 }
3799 void testGroupEnded(TestGroupStats const& /* _testGroupStats */) override {
3800 currentGroupInfo.reset();
3801 }

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected