Searched refs:m_reaction (Results 1 – 3 of 3) sorted by relevance
/external/catch2/include/internal/ |
D | catch_assertionhandler.cpp | 65 m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction ); in handleExpr() 68 m_resultCapture.handleMessage( m_assertionInfo, resultType, message, m_reaction ); in handleMessage() 77 if( m_reaction.shouldDebugBreak ) { in complete() 85 if (m_reaction.shouldThrow) { in complete() 98 …andleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveException(), m_reaction ); in handleUnexpectedInflightException() 102 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleExceptionThrownAsExpected() 105 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleExceptionNotThrownAsExpected() 109 m_resultCapture.handleUnexpectedExceptionNotThrown( m_assertionInfo, m_reaction ); in handleUnexpectedExceptionNotThrown() 113 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleThrowingCallSkipped()
|
D | catch_assertionhandler.h | 46 AssertionReaction m_reaction; variable
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 2175 AssertionReaction m_reaction; member in Catch::AssertionHandler 6299 m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction ); in handleExpr() 6302 m_resultCapture.handleMessage( m_assertionInfo, resultType, message, m_reaction ); in handleMessage() 6311 if( m_reaction.shouldDebugBreak ) { in complete() 6319 if (m_reaction.shouldThrow) { in complete() 6332 …andleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveException(), m_reaction ); in handleUnexpectedInflightException() 6336 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleExceptionThrownAsExpected() 6339 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleExceptionNotThrownAsExpected() 6343 m_resultCapture.handleUnexpectedExceptionNotThrown( m_assertionInfo, m_reaction ); in handleUnexpectedExceptionNotThrown() 6347 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleThrowingCallSkipped()
|