Home | History | Annotate | Download | only in src

Lines Matching refs:OutputXmlAttribute

3051   static void OutputXmlAttribute(std::ostream* stream,
3261 void XmlUnitTestResultPrinter::OutputXmlAttribute(
3286 OutputXmlAttribute(stream, kTestcase, "name", test_info.name());
3289 OutputXmlAttribute(stream, kTestcase, "value_param",
3293 OutputXmlAttribute(stream, kTestcase, "type_param", test_info.type_param());
3296 OutputXmlAttribute(stream, kTestcase, "status",
3298 OutputXmlAttribute(stream, kTestcase, "time",
3300 OutputXmlAttribute(stream, kTestcase, "classname", test_case_name);
3333 OutputXmlAttribute(stream, kTestsuite, "name", test_case.name());
3334 OutputXmlAttribute(stream, kTestsuite, "tests",
3336 OutputXmlAttribute(stream, kTestsuite, "failures",
3338 OutputXmlAttribute(
3341 OutputXmlAttribute(stream, kTestsuite, "errors", "0");
3342 OutputXmlAttribute(stream, kTestsuite, "time",
3362 OutputXmlAttribute(stream, kTestsuites, "tests",
3364 OutputXmlAttribute(stream, kTestsuites, "failures",
3366 OutputXmlAttribute(
3369 OutputXmlAttribute(stream, kTestsuites, "errors", "0");
3370 OutputXmlAttribute(
3373 OutputXmlAttribute(stream, kTestsuites, "time",
3377 OutputXmlAttribute(stream, kTestsuites, "random_seed",
3383 OutputXmlAttribute(stream, kTestsuites, "name", "AllTests");