Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/googletest/googletest/src/
Dgtest.cc2107 void TestResult::RecordProperty(const std::string& xml_element, in RecordProperty() argument
2109 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
2158 const std::string& xml_element) { in GetReservedAttributesForElement() argument
2159 if (xml_element == "testsuites") { in GetReservedAttributesForElement()
2161 } else if (xml_element == "testsuite") { in GetReservedAttributesForElement()
2163 } else if (xml_element == "testcase") { in GetReservedAttributesForElement()
2166 GTEST_CHECK_(false) << "Unrecognized xml_element provided: " << xml_element; in GetReservedAttributesForElement()
2201 bool TestResult::ValidateTestProperty(const std::string& xml_element, in ValidateTestProperty() argument
2204 GetReservedAttributesForElement(xml_element)); in ValidateTestProperty()
4972 std::string xml_element; in RecordProperty() local
[all …]
Dgtest-internal-inl.h1022 const std::string& xml_element, in RecordProperty() argument
1024 test_result->RecordProperty(xml_element, property); in RecordProperty()
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/
Dgtest.h636 void RecordProperty(const std::string& xml_element,
642 static bool ValidateTestProperty(const std::string& xml_element,