Searched refs:xml_element (Results 1 – 3 of 3) sorted by relevance
2288 void TestResult::RecordProperty(const std::string& xml_element, in RecordProperty() argument2290 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()2340 const std::string& xml_element) { in GetReservedAttributesForElement() argument2341 if (xml_element == "testsuites") { in GetReservedAttributesForElement()2343 } else if (xml_element == "testsuite") { in GetReservedAttributesForElement()2345 } else if (xml_element == "testcase") { in GetReservedAttributesForElement()2348 GTEST_CHECK_(false) << "Unrecognized xml_element provided: " << xml_element; in GetReservedAttributesForElement()2356 const std::string& xml_element) { in GetReservedOutputAttributesForElement() argument2357 if (xml_element == "testsuites") { in GetReservedOutputAttributesForElement()2359 } else if (xml_element == "testsuite") { in GetReservedOutputAttributesForElement()[all …]
1032 const std::string& xml_element, in RecordProperty() argument1034 test_result->RecordProperty(xml_element, property); in RecordProperty()
467 void RecordProperty(const std::string& xml_element,473 static bool ValidateTestProperty(const std::string& xml_element,