Home
last modified time | relevance | path

Searched refs:handleNonExpr (Results 1 – 1 of 1) sorted by relevance

/src/contrib/bsnmp/tests/
H A Dcatch.hpp2459 virtual void handleNonExpr
8015 void handleNonExpr
8183 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleExceptionThrownAsExpected()
8186 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleExceptionNotThrownAsExpected()
8194 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleThrowingCallSkipped()
12865 handleNonExpr(info, Catch::ResultWas::DidntThrowException, reaction); in handleUnexpectedExceptionNotThrown()
12897 void RunContext::handleNonExpr( in handleNonExpr() function in Catch::RunContext