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

Method invokeActiveTestCase

unittests/catch.hpp:8830–8834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8828 }
8829
8830 void RunContext::invokeActiveTestCase() {
8831 FatalConditionHandler fatalConditionHandler; // Handle signals
8832 m_activeTestCase->invoke();
8833 fatalConditionHandler.reset();
8834 }
8835
8836 void RunContext::handleUnfinishedSections() {
8837 // If sections ended prematurely due to an exception we stored their

Callers

nothing calls this directly

Calls 2

invokeMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected