MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / handleUnexpectedInflightException

Method handleUnexpectedInflightException

extlibs/catch/include/catch/catch.hpp:7951–7953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7949 }
7950
7951 void AssertionHandler::handleUnexpectedInflightException() {
7952 m_resultCapture.handleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveException(), m_reaction );
7953 }
7954
7955 void AssertionHandler::handleExceptionThrownAsExpected() {
7956 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction);

Callers

nothing calls this directly

Calls 2

translateActiveExceptionFunction · 0.85
LazyExpressionClass · 0.85

Tested by

no test coverage detected