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

Method handleExceptionNotThrownAsExpected

tutorials/external/catch.hpp:6357–6359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
6360
6361 void AssertionHandler::handleUnexpectedExceptionNotThrown() {
6362 m_resultCapture.handleUnexpectedExceptionNotThrown( m_assertionInfo, m_reaction );

Callers

nothing calls this directly

Calls 1

handleNonExprMethod · 0.80

Tested by

no test coverage detected