MCPcopy Create free account
hub / github.com/RenderKit/embree / invokeActiveTestCase

Method invokeActiveTestCase

tutorials/external/catch.hpp:10628–10632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10626 }
10627
10628 void RunContext::invokeActiveTestCase() {
10629 FatalConditionHandler fatalConditionHandler; // Handle signals
10630 m_activeTestCase->invoke();
10631 fatalConditionHandler.reset();
10632 }
10633
10634 void RunContext::handleUnfinishedSections() {
10635 // 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