Home | History | Annotate | Download | only in gtest

Lines Matching refs:kTestsuites

4845   const std::string kTestsuites = "testsuites";
4848 *stream << "<" << kTestsuites;
4850 OutputXmlAttribute(stream, kTestsuites, "tests",
4852 OutputXmlAttribute(stream, kTestsuites, "failures",
4855 stream, kTestsuites, "disabled",
4857 OutputXmlAttribute(stream, kTestsuites, "errors", "0");
4859 stream, kTestsuites, "timestamp",
4861 OutputXmlAttribute(stream, kTestsuites, "time",
4865 OutputXmlAttribute(stream, kTestsuites, "random_seed",
4871 OutputXmlAttribute(stream, kTestsuites, "name", "AllTests");
4878 *stream << "</" << kTestsuites << ">\n";