Searched refs:kTestsuite (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest.cc | 3309 const std::string kTestsuite = "testsuite"; in PrintXmlTestCase() local 3310 *stream << " <" << kTestsuite; in PrintXmlTestCase() 3311 OutputXmlAttribute(stream, kTestsuite, "name", test_case.name()); in PrintXmlTestCase() 3312 OutputXmlAttribute(stream, kTestsuite, "tests", in PrintXmlTestCase() 3314 OutputXmlAttribute(stream, kTestsuite, "failures", in PrintXmlTestCase() 3316 OutputXmlAttribute(stream, kTestsuite, "disabled", in PrintXmlTestCase() 3318 OutputXmlAttribute(stream, kTestsuite, "errors", "0"); in PrintXmlTestCase() 3319 OutputXmlAttribute(stream, kTestsuite, "time", in PrintXmlTestCase() 3326 *stream << " </" << kTestsuite << ">\n"; in PrintXmlTestCase()
|