MCPcopy Create free account
hub / github.com/Profactor/cv-plot / handleUnexpectedInflightException

Method handleUnexpectedInflightException

CvPlot/ext/catch2/inc/catch.hpp:8178–8180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8176 }
8177
8178 void AssertionHandler::handleUnexpectedInflightException() {
8179 m_resultCapture.handleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveException(), m_reaction );
8180 }
8181
8182 void AssertionHandler::handleExceptionThrownAsExpected() {
8183 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