Searched refs:kTestsuites (Results 1 – 1 of 1) sorted by relevance
5240 const std::string kTestsuites = "testsuites"; in PrintXmlUnitTest() local5243 *stream << "<" << kTestsuites; in PrintXmlUnitTest()5250 stream, kTestsuites, "disabled", in PrintXmlUnitTest()5254 stream, kTestsuites, "timestamp", in PrintXmlUnitTest()5272 *stream << "</" << kTestsuites << ">\n"; in PrintXmlUnitTest()5277 const std::string kTestsuites = "testsuites"; in PrintXmlTestsList() local5280 *stream << "<" << kTestsuites; in PrintXmlTestsList()5294 *stream << "</" << kTestsuites << ">\n"; in PrintXmlTestsList()5611 const std::string kTestsuites = "testsuites"; in PrintJsonUnitTest() local5629 OutputJsonKey(stream, kTestsuites, "time", in PrintJsonUnitTest()[all …]