Searched refs:m_assertionInfo (Results 1 – 5 of 5) sorted by relevance
/external/catch2/include/internal/ |
D | catch_assertionhandler.cpp | 60 : 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()
|
D | catch_assertionhandler.h | 45 AssertionInfo m_assertionInfo; variable 58 m_resultCapture.handleIncomplete( m_assertionInfo ); in ~AssertionHandler()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 1263 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() 8291 …m_assertionInfo.macroName + "_FALSE( " + m_assertionInfo.capturedExpression.substr(1) + " ) instea… in reconstructExpression()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 2523 AssertionInfo m_assertionInfo; member in Catch::AssertionHandler 2536 m_resultCapture.handleIncomplete( m_assertionInfo ); in ~AssertionHandler() 8184 : m_assertionInfo{ macroName, lineInfo, capturedExpression, resultDisposition }, in AssertionHandler() 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() 8237 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleThrowingCallSkipped()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 2545 AssertionInfo m_assertionInfo; member in Catch::AssertionHandler 2558 m_resultCapture.handleIncomplete( m_assertionInfo ); in ~AssertionHandler() 8239 : m_assertionInfo{ macroName, lineInfo, capturedExpression, resultDisposition }, in AssertionHandler() 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()
|