Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/tools/catch/
Dcatch.hpp1271 AssertionInfo m_assertionInfo; member in Catch::ResultBuilder
8225 …: m_assertionInfo( macroName, lineInfo, capturedExpressionWithSecondArgument( capturedExpression… in ResultBuilder()
8252 m_exprComponents.testFalse = isFalseTest( m_assertionInfo.resultDisposition ); in endExpression()
8257 m_assertionInfo.resultDisposition = resultDisposition; in useActiveException()
8278 data.reconstructedExpression = m_assertionInfo.capturedExpression; in captureExpectedException()
8285 AssertionResult result( m_assertionInfo, data ); in captureExpectedException()
8300 …if( getCurrentContext().getRunner()->aborting() || (m_assertionInfo.resultDisposition & ResultDisp… in handleResult()
8334 return AssertionResult( m_assertionInfo, data ); in build()
8338 …return m_exprComponents.lhs.empty() ? m_assertionInfo.capturedExpression : m_exprComponents.op + m… in reconstructExpression()
8350m_assertionInfo.macroName + "_FALSE( " + m_assertionInfo.capturedExpression.substr(1) + " ) instea… in reconstructExpression()