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

Method handleExceptionThrownAsExpected

extlibs/catch/include/catch/catch.hpp:7955–7957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7953 }
7954
7955 void AssertionHandler::handleExceptionThrownAsExpected() {
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 }

Callers

nothing calls this directly

Calls 1

handleNonExprMethod · 0.80

Tested by

no test coverage detected