Home | History | Annotate | Download | only in src

Lines Matching refs:OutputXmlAttribute

3051   static void OutputXmlAttribute(std::ostream* stream,
3265 void XmlUnitTestResultPrinter::OutputXmlAttribute(
3290 OutputXmlAttribute(stream, kTestcase, "name", test_info.name());
3293 OutputXmlAttribute(stream, kTestcase, "value_param",
3297 OutputXmlAttribute(stream, kTestcase, "type_param", test_info.type_param());
3300 OutputXmlAttribute(stream, kTestcase, "status",
3302 OutputXmlAttribute(stream, kTestcase, "time",
3304 OutputXmlAttribute(stream, kTestcase, "classname", test_case_name);
3337 OutputXmlAttribute(stream, kTestsuite, "name", test_case.name());
3338 OutputXmlAttribute(stream, kTestsuite, "tests",
3340 OutputXmlAttribute(stream, kTestsuite, "failures",
3342 OutputXmlAttribute(
3345 OutputXmlAttribute(stream, kTestsuite, "errors", "0");
3346 OutputXmlAttribute(stream, kTestsuite, "time",
3366 OutputXmlAttribute(stream, kTestsuites, "tests",
3368 OutputXmlAttribute(stream, kTestsuites, "failures",
3370 OutputXmlAttribute(
3373 OutputXmlAttribute(stream, kTestsuites, "errors", "0");
3374 OutputXmlAttribute(
3377 OutputXmlAttribute(stream, kTestsuites, "time",
3381 OutputXmlAttribute(stream, kTestsuites, "random_seed",
3387 OutputXmlAttribute(stream, kTestsuites, "name", "AllTests");