Searched refs:TestPropertiesAsXmlAttributes (Results 1 – 1 of 1) sorted by relevance
3555 static std::string TestPropertiesAsXmlAttributes(const TestResult& result);3839 *stream << TestPropertiesAsXmlAttributes(test_case.ad_hoc_test_result()); in PrintXmlTestCase()3875 *stream << TestPropertiesAsXmlAttributes(unit_test.ad_hoc_test_result()); in PrintXmlUnitTest()3911 std::string XmlUnitTestResultPrinter::TestPropertiesAsXmlAttributes( in TestPropertiesAsXmlAttributes() function in testing::internal::XmlUnitTestResultPrinter