Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_sonarqube.hpp146 ReusableStringStream textRss; in writeAssertion() local
148 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()
/external/catch2/single_include/catch2/
Dcatch_reporter_sonarqube.hpp146 ReusableStringStream textRss; in writeAssertion() local
148 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()