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

Method handleUnexpectedExceptionNotThrown

unittests/catch.hpp:5045–5047  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5043 }
5044
5045 void AssertionHandler::handleUnexpectedExceptionNotThrown() {
5046 m_resultCapture.handleUnexpectedExceptionNotThrown( m_assertionInfo, m_reaction );
5047 }
5048
5049 void AssertionHandler::handleThrowingCallSkipped() {
5050 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected