Lines Matching refs:m_resultCapture
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()
8292 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleThrowingCallSkipped()
10287 return m_resultCapture; in getResultCapture()
10301 m_resultCapture = resultCapture; in setResultCapture()
10315 IResultCapture* m_resultCapture = nullptr; member in Catch::Context
11866 m_resultCapture.popScopedMessage( m_messages[i] ); in ~Capturer()
11873 m_resultCapture.pushScopedMessage( m_messages[index] ); in captureValue()