Searched refs:m_assertionInfo (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 2507 AssertionInfo m_assertionInfo; member in Catch::AssertionHandler 2520 m_resultCapture.handleIncomplete( m_assertionInfo ); in ~AssertionHandler() 8141 : m_assertionInfo{ macroName, lineInfo, capturedExpression, resultDisposition }, in AssertionHandler() 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() 8194 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleThrowingCallSkipped()
|