Home
last modified time | relevance | path

Searched refs:xml_element (Results 1 – 3 of 3) sorted by relevance

/src/contrib/googletest/googletest/src/
H A Dgtest.cc2339 void TestResult::RecordProperty(const std::string& xml_element, in RecordProperty() argument
2341 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
2384 const std::string& xml_element) { in GetReservedAttributesForElement() argument
2385 if (xml_element == "testsuites") { in GetReservedAttributesForElement()
2387 } else if (xml_element == "testsuite") { in GetReservedAttributesForElement()
2389 } else if (xml_element == "testcase") { in GetReservedAttributesForElement()
2392 GTEST_CHECK_(false) << "Unrecognized xml_element provided: " << xml_element; in GetReservedAttributesForElement()
2402 const std::string& xml_element) { in GetReservedOutputAttributesForElement() argument
2403 if (xml_element == "testsuites") { in GetReservedOutputAttributesForElement()
2405 } else if (xml_element == "testsuite") { in GetReservedOutputAttributesForElement()
[all …]
H A Dgtest-internal-inl.h1060 const std::string& xml_element, in RecordProperty() argument
1062 test_result->RecordProperty(xml_element, property); in RecordProperty()
/src/contrib/googletest/googletest/include/gtest/
H A Dgtest.h478 void RecordProperty(const std::string& xml_element,
484 static bool ValidateTestProperty(const std::string& xml_element,