MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / invokeActiveTestCase

Method invokeActiveTestCase

tests/catch.hpp:10363–10367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10361 }
10362
10363 void RunContext::invokeActiveTestCase() {
10364 FatalConditionHandler fatalConditionHandler; // Handle signals
10365 m_activeTestCase->invoke();
10366 fatalConditionHandler.reset();
10367 }
10368
10369 void RunContext::handleUnfinishedSections() {
10370 // 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