Home
last modified time | relevance | path

Searched refs:m_resultCapture (Results 1 – 7 of 7) sorted by relevance

/external/catch2/include/internal/
Dcatch_assertionhandler.cpp61 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()
98m_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()
Dcatch_context.cpp17 return m_resultCapture; in getResultCapture()
31 m_resultCapture = resultCapture; in setResultCapture()
45 IResultCapture* m_resultCapture = nullptr; member in Catch::Context
Dcatch_assertionhandler.h48 IResultCapture& m_resultCapture; variable
58 m_resultCapture.handleIncomplete( m_assertionInfo ); in ~AssertionHandler()
Dcatch_message.cpp117 m_resultCapture.popScopedMessage( m_messages[i] ); in ~Capturer()
124 m_resultCapture.pushScopedMessage( m_messages[index] ); in captureValue()
Dcatch_message.h77 IResultCapture& m_resultCapture = getResultCapture(); variable
/external/catch2/single_include/catch2/
Dcatch.hpp2177 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()
6332m_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/
Dcatch.hpp6873 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