Home
last modified time | relevance | path

Searched refs:m_resultCapture (Results 1 – 8 of 8) 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.cpp18 return m_resultCapture; in getResultCapture()
32 m_resultCapture = resultCapture; in setResultCapture()
46 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.cpp131 m_resultCapture.popScopedMessage( m_messages[i] ); in ~Capturer()
138 m_resultCapture.pushScopedMessage( m_messages[index] ); in captureValue()
Dcatch_message.h77 IResultCapture& m_resultCapture = getResultCapture(); variable
/external/catch2/single_include/catch2/
Dcatch.hpp2526 IResultCapture& m_resultCapture; member in Catch::AssertionHandler
2536 m_resultCapture.handleIncomplete( m_assertionInfo ); in ~AssertionHandler()
2628 IResultCapture& m_resultCapture = getResultCapture(); member in Catch::Capturer
8185 m_resultCapture( getResultCapture() )
8189 m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction ); in handleExpr()
8192 m_resultCapture.handleMessage( m_assertionInfo, resultType, message, m_reaction ); in handleMessage()
8222m_resultCapture.handleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveExceptio… 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()
[all …]
/external/libabigail/tests/lib/
Dcatch.hpp2548 IResultCapture& m_resultCapture; member in Catch::AssertionHandler
2558 m_resultCapture.handleIncomplete( m_assertionInfo ); in ~AssertionHandler()
2650 IResultCapture& m_resultCapture = getResultCapture(); member in Catch::Capturer
8240 m_resultCapture( getResultCapture() )
8244 m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction ); in handleExpr()
8247 m_resultCapture.handleMessage( m_assertionInfo, resultType, message, m_reaction ); in handleMessage()
8277m_resultCapture.handleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveExceptio… 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()
[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