Searched refs:textRss (Results 1 – 2 of 2) sorted by relevance
146 ReusableStringStream textRss; in writeAssertion() local148 textRss << "FAILED:\n"; in writeAssertion()150 textRss << "\t" << result.getExpressionInMacro() << "\n"; in writeAssertion()153 textRss << "with expansion:\n\t" << result.getExpandedExpression() << "\n"; in writeAssertion()158 textRss << result.getMessage() << "\n"; in writeAssertion()162 textRss << msg.message << "\n"; in writeAssertion()164 textRss << "at " << result.getSourceInfo(); in writeAssertion()165 xml.writeText(textRss.str(), XmlFormatting::Newline); in writeAssertion()