Searched refs:m_resultCapture (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 2510 IResultCapture& m_resultCapture; member in Catch::AssertionHandler 2520 m_resultCapture.handleIncomplete( m_assertionInfo ); in ~AssertionHandler() 2612 IResultCapture& m_resultCapture = getResultCapture(); member in Catch::Capturer 8142 m_resultCapture( getResultCapture() ) 8146 m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction ); in handleExpr() 8149 m_resultCapture.handleMessage( m_assertionInfo, resultType, message, m_reaction ); in handleMessage() 8179 …m_resultCapture.handleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveExceptio… 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() [all …]
|