MCPcopy Create free account
hub / github.com/RenderKit/embree / handleExceptionThrownAsExpected

Method handleExceptionThrownAsExpected

tutorials/external/catch.hpp:6354–6356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6352 }
6353
6354 void AssertionHandler::handleExceptionThrownAsExpected() {
6355 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction);
6356 }
6357 void AssertionHandler::handleExceptionNotThrownAsExpected() {
6358 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction);
6359 }

Callers

nothing calls this directly

Calls 1

handleNonExprMethod · 0.80

Tested by

no test coverage detected