Searched refs:m_reaction (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 2508 AssertionReaction m_reaction; member in Catch::AssertionHandler 8146 m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction ); in handleExpr() 8149 m_resultCapture.handleMessage( m_assertionInfo, resultType, message, m_reaction ); in handleMessage() 8158 if( m_reaction.shouldDebugBreak ) { in complete() 8166 if (m_reaction.shouldThrow) { in complete() 8179 …andleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveException(), m_reaction ); in handleUnexpectedInflightException() 8183 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleExceptionThrownAsExpected() 8186 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleExceptionNotThrownAsExpected() 8190 m_resultCapture.handleUnexpectedExceptionNotThrown( m_assertionInfo, m_reaction ); in handleUnexpectedExceptionNotThrown() 8194 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleThrowingCallSkipped()
|