Home | History | Annotate | Download | only in src

Lines Matching refs:OutputXmlAttribute

4559   static void OutputXmlAttribute(std::ostream* stream,
4773 void XmlUnitTestResultPrinter::OutputXmlAttribute(
4798 OutputXmlAttribute(stream, kTestcase, "name", test_info.name());
4801 OutputXmlAttribute(stream, kTestcase, "value_param",
4805 OutputXmlAttribute(stream, kTestcase, "type_param", test_info.type_param());
4808 OutputXmlAttribute(stream, kTestcase, "status",
4810 OutputXmlAttribute(stream, kTestcase, "time",
4812 OutputXmlAttribute(stream, kTestcase, "classname", test_case_name);
4845 OutputXmlAttribute(stream, kTestsuite, "name", test_case.name());
4846 OutputXmlAttribute(stream, kTestsuite, "tests",
4848 OutputXmlAttribute(stream, kTestsuite, "failures",
4850 OutputXmlAttribute(
4853 OutputXmlAttribute(stream, kTestsuite, "errors", "0");
4854 OutputXmlAttribute
4874 OutputXmlAttribute(stream, kTestsuites, "tests",
4876 OutputXmlAttribute(stream, kTestsuites, "failures",
4878 OutputXmlAttribute(
4881 OutputXmlAttribute(stream, kTestsuites, "errors", "0");
4882 OutputXmlAttribute(
4885 OutputXmlAttribute(stream, kTestsuites, "time",
4889 OutputXmlAttribute(stream, kTestsuites, "random_seed",
4895 OutputXmlAttribute(stream, kTestsuites, "name", "AllTests");