Home
last modified time | relevance | path

Searched refs:m_assertionInfo (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/internal/
Dcatch_assertionhandler.cpp60 : m_assertionInfo{ macroName, lineInfo, capturedExpression, resultDisposition }, in AssertionHandler()
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()
Dcatch_assertionhandler.h45 AssertionInfo m_assertionInfo; variable
58 m_resultCapture.handleIncomplete( m_assertionInfo ); in ~AssertionHandler()
/external/bcc/tests/cc/
Dcatch.hpp1263 AssertionInfo m_assertionInfo; member in Catch::ResultBuilder
8166 …: m_assertionInfo( macroName, lineInfo, capturedExpressionWithSecondArgument( capturedExpression… in ResultBuilder()
8193 m_exprComponents.testFalse = isFalseTest( m_assertionInfo.resultDisposition ); in endExpression()
8198 m_assertionInfo.resultDisposition = resultDisposition; in useActiveException()
8219 data.reconstructedExpression = m_assertionInfo.capturedExpression; in captureExpectedException()
8226 AssertionResult result( m_assertionInfo, data ); in captureExpectedException()
8241 …if( getCurrentContext().getRunner()->aborting() || (m_assertionInfo.resultDisposition & ResultDisp… in handleResult()
8275 return AssertionResult( m_assertionInfo, data ); in build()
8279 …return m_exprComponents.lhs.empty() ? m_assertionInfo.capturedExpression : m_exprComponents.op + m… in reconstructExpression()
8291m_assertionInfo.macroName + "_FALSE( " + m_assertionInfo.capturedExpression.substr(1) + " ) instea… in reconstructExpression()
/external/catch2/single_include/catch2/
Dcatch.hpp2174 AssertionInfo m_assertionInfo; member in Catch::AssertionHandler
2187 m_resultCapture.handleIncomplete( m_assertionInfo ); in ~AssertionHandler()
6294 : m_assertionInfo{ macroName, lineInfo, capturedExpression, resultDisposition }, in AssertionHandler()
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()
6347 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleThrowingCallSkipped()