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

Method invokeActiveTestCase

extlibs/catch/include/catch/catch.hpp:12404–12408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12402 }
12403
12404 void RunContext::invokeActiveTestCase() {
12405 FatalConditionHandler fatalConditionHandler; // Handle signals
12406 m_activeTestCase->invoke();
12407 fatalConditionHandler.reset();
12408 }
12409
12410 void RunContext::handleUnfinishedSections() {
12411 // 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