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

Method handleExceptionThrownAsExpected

unittests/catch.hpp:5038–5040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5036 }
5037
5038 void AssertionHandler::handleExceptionThrownAsExpected() {
5039 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction);
5040 }
5041 void AssertionHandler::handleExceptionNotThrownAsExpected() {
5042 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction);
5043 }

Callers

nothing calls this directly

Calls 1

handleNonExprMethod · 0.80

Tested by

no test coverage detected