Searched refs:m_resultCapture (Results 1 – 7 of 7) sorted by relevance
/external/catch2/include/internal/ |
D | catch_assertionhandler.cpp | 61 m_resultCapture( getResultCapture() ) 65 m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction ); in handleExpr() 68 m_resultCapture.handleMessage( m_assertionInfo, resultType, message, m_reaction ); in handleMessage() 98 …m_resultCapture.handleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveExceptio… 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_context.cpp | 17 return m_resultCapture; in getResultCapture() 31 m_resultCapture = resultCapture; in setResultCapture() 45 IResultCapture* m_resultCapture = nullptr; member in Catch::Context
|
D | catch_assertionhandler.h | 48 IResultCapture& m_resultCapture; variable 58 m_resultCapture.handleIncomplete( m_assertionInfo ); in ~AssertionHandler()
|
D | catch_message.cpp | 117 m_resultCapture.popScopedMessage( m_messages[i] ); in ~Capturer() 124 m_resultCapture.pushScopedMessage( m_messages[index] ); in captureValue()
|
D | catch_message.h | 77 IResultCapture& m_resultCapture = getResultCapture(); variable
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 2177 IResultCapture& m_resultCapture; member in Catch::AssertionHandler 2187 m_resultCapture.handleIncomplete( m_assertionInfo ); in ~AssertionHandler() 2279 IResultCapture& m_resultCapture = getResultCapture(); member in Catch::Capturer 6295 m_resultCapture( getResultCapture() ) 6299 m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction ); in handleExpr() 6302 m_resultCapture.handleMessage( m_assertionInfo, resultType, message, m_reaction ); in handleMessage() 6332 …m_resultCapture.handleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveExceptio… 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() [all …]
|
/external/bcc/tests/cc/ |
D | catch.hpp | 6873 Context() : m_config( CATCH_NULL ), m_runner( CATCH_NULL ), m_resultCapture( CATCH_NULL ) {} in Context() 6879 return m_resultCapture; in getResultCapture() 6900 m_resultCapture = resultCapture; in setResultCapture() 6935 IResultCapture* m_resultCapture; member in Catch::Context
|