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

Method invokeActiveTestCase

test/expected/catch.hpp:12807–12811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12805 }
12806
12807 void RunContext::invokeActiveTestCase() {
12808 FatalConditionHandler fatalConditionHandler; // Handle signals
12809 m_activeTestCase->invoke();
12810 fatalConditionHandler.reset();
12811 }
12812
12813 void RunContext::handleUnfinishedSections() {
12814 // 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