Implements fl::test::IReporter.
Definition at line 618 of file fltest.cpp.hpp.
618 {
620
621 fl::sstream ss;
622
623
624 ss << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
625
626
628 ss << "tests=\"" << stats.mTestCasesRun << "\" ";
629 ss << "failures=\"" << stats.mTestCasesFailed << "\" ";
630 ss << "errors=\"0\" ";
631 ss << "skipped=\"" << stats.mTestCasesSkipped << "\">\n";
632
633
636 }
637
638 ss << "</testsuite>\n";
639
641}
string str() const FL_NOEXCEPT
static fl::string escapeXml(const char *text) FL_NOEXCEPT
fl::vector< fl::string > mTestCaseResults
References escapeXml(), FL_NOEXCEPT, mOutput, mSuiteName, mTestCaseResults, and fl::sstream::str().