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

Method handleExceptionNotThrownAsExpected

unittests/catch.hpp:5041–5043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
5044
5045 void AssertionHandler::handleUnexpectedExceptionNotThrown() {
5046 m_resultCapture.handleUnexpectedExceptionNotThrown( m_assertionInfo, m_reaction );

Callers

nothing calls this directly

Calls 1

handleNonExprMethod · 0.80

Tested by

no test coverage detected