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

Method handleExceptionNotThrownAsExpected

extlibs/catch/include/catch/catch.hpp:7958–7960  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7956 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction);
7957 }
7958 void AssertionHandler::handleExceptionNotThrownAsExpected() {
7959 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction);
7960 }
7961
7962 void AssertionHandler::handleUnexpectedExceptionNotThrown() {
7963 m_resultCapture.handleUnexpectedExceptionNotThrown( m_assertionInfo, m_reaction );

Callers

nothing calls this directly

Calls 1

handleNonExprMethod · 0.80

Tested by

no test coverage detected