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

Method handleUnexpectedInflightException

unittests/catch.hpp:5034–5036  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5032 }
5033
5034 void AssertionHandler::handleUnexpectedInflightException() {
5035 m_resultCapture.handleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveException(), m_reaction );
5036 }
5037
5038 void AssertionHandler::handleExceptionThrownAsExpected() {
5039 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