MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / invokeActiveTestCase

Method invokeActiveTestCase

Bcore/src/main/cpp/Dobby/tests/catch.hpp:8788–8792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8786}
8787
8788void RunContext::invokeActiveTestCase() {
8789 FatalConditionHandler fatalConditionHandler; // Handle signals
8790 m_activeTestCase->invoke();
8791 fatalConditionHandler.reset();
8792}
8793
8794void RunContext::handleUnfinishedSections() {
8795 // 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