Searched refs:m_resultCapture (Results 1 – 8 of 8) 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 | 18 return m_resultCapture; in getResultCapture() 32 m_resultCapture = resultCapture; in setResultCapture() 46 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 | 131 m_resultCapture.popScopedMessage( m_messages[i] ); in ~Capturer() 138 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 | 2526 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() 8222 …m_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/ |
D | catch.hpp | 2548 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() 8277 …m_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/ |
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
|