MCPcopy Create free account
hub / github.com/FidoProject/Fido / testRunEnded

Method testRunEnded

tests/catch.h:8569–8573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8567 currentGroupInfo.reset();
8568 }
8569 virtual void testRunEnded( TestRunStats const& /* _testRunStats */ ) CATCH_OVERRIDE {
8570 currentTestCaseInfo.reset();
8571 currentGroupInfo.reset();
8572 currentTestRunInfo.reset();
8573 }
8574
8575 virtual void skipTest( TestCaseInfo const& ) CATCH_OVERRIDE {
8576 // Don't do anything with this by default.

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected