MCPcopy Create free account
hub / github.com/FidoProject/Fido / invokeActiveTestCase

Method invokeActiveTestCase

tests/catch.h:6112–6116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6110 }
6111
6112 void invokeActiveTestCase() {
6113 FatalConditionHandler fatalConditionHandler; // Handle signals
6114 m_activeTestCase->invoke();
6115 fatalConditionHandler.reset();
6116 }
6117
6118 private:
6119

Callers

nothing calls this directly

Calls 2

invokeMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected