Searched refs:m_lastAssertionInfo (Results 1 – 1 of 1) sorted by relevance
6650 …m_lastAssertionInfo = AssertionInfo( std::string(), m_lastAssertionInfo.lineInfo, "{Unknown expres… in assertionEnded()6664 m_lastAssertionInfo.lineInfo = sectionInfo.lineInfo; in sectionStarted()6735 AssertionResult result(m_lastAssertionInfo, tempResult); in handleFatalErrorCondition()6780 …m_lastAssertionInfo = AssertionInfo( "TEST_CASE", testCaseInfo.lineInfo, std::string(), ResultDisp… in runCurrentTest()6832 return ResultBuilder( m_lastAssertionInfo.macroName.c_str(), in makeUnexpectedResultBuilder()6833 m_lastAssertionInfo.lineInfo, in makeUnexpectedResultBuilder()6834 m_lastAssertionInfo.capturedExpression.c_str(), in makeUnexpectedResultBuilder()6835 m_lastAssertionInfo.resultDisposition ); in makeUnexpectedResultBuilder()6860 AssertionInfo m_lastAssertionInfo; member in Catch::RunContext