MCPcopy Create free account
hub / github.com/Profactor/cv-plot / invokeActiveTestCase

Method invokeActiveTestCase

CvPlot/ext/catch2/inc/catch.hpp:12789–12793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12787 }
12788
12789 void RunContext::invokeActiveTestCase() {
12790 FatalConditionHandler fatalConditionHandler; // Handle signals
12791 m_activeTestCase->invoke();
12792 fatalConditionHandler.reset();
12793 }
12794
12795 void RunContext::handleUnfinishedSections() {
12796 // 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