Searched refs:m_reaction (Results 1 – 4 of 4) 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 | 2524 AssertionReaction m_reaction; member in Catch::AssertionHandler 8189 m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction ); in handleExpr() 8192 m_resultCapture.handleMessage( m_assertionInfo, resultType, message, m_reaction ); in handleMessage() 8201 if( m_reaction.shouldDebugBreak ) { in complete() 8209 if (m_reaction.shouldThrow) { in complete() 8222 …andleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveException(), m_reaction ); in handleUnexpectedInflightException() 8226 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleExceptionThrownAsExpected() 8229 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleExceptionNotThrownAsExpected() 8233 m_resultCapture.handleUnexpectedExceptionNotThrown( m_assertionInfo, m_reaction ); in handleUnexpectedExceptionNotThrown() 8237 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleThrowingCallSkipped()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 2546 AssertionReaction m_reaction; member in Catch::AssertionHandler 8244 m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction ); in handleExpr() 8247 m_resultCapture.handleMessage( m_assertionInfo, resultType, message, m_reaction ); in handleMessage() 8256 if( m_reaction.shouldDebugBreak ) { in complete() 8264 if (m_reaction.shouldThrow) { in complete() 8277 …andleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveException(), m_reaction ); in handleUnexpectedInflightException() 8281 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleExceptionThrownAsExpected() 8284 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleExceptionNotThrownAsExpected() 8288 m_resultCapture.handleUnexpectedExceptionNotThrown( m_assertionInfo, m_reaction ); in handleUnexpectedExceptionNotThrown() 8292 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleThrowingCallSkipped()
|