HomeSort by relevance Sort by last modified time
    Searched refs:expected_xml (Results 1 - 12 of 12) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
test_website.py 92 expected_xml = """<?xml version="1.0" encoding="UTF-8"?>
109 self.assertEqual(x(expected_xml), x(xml))
126 expected_xml = """<?xml version="1.0" encoding="UTF-8"?>
144 self.assertEqual(x(expected_xml), x(xml))
155 expected_xml = """<?xml version="1.0" encoding="UTF-8"?>
172 self.assertEqual(x(expected_xml), x(xml))
  /external/google-breakpad/src/testing/gtest/test/
gtest_xml_outfiles_test.py 98 def _TestOutFile(self, test_name, expected_xml):
118 expected = minidom.parseString(expected_xml)
gtest_xml_output_unittest.py 265 def _TestXmlOutput(self, gtest_prog_name, expected_xml, expected_exit_code):
268 gtest_prog_name matches expected_xml, a string containing another
274 expected = minidom.parseString(expected_xml)
  /external/gtest/test/
gtest_xml_outfiles_test.py 98 def _TestOutFile(self, test_name, expected_xml):
118 expected = minidom.parseString(expected_xml)
gtest_xml_output_unittest.py 286 def _TestXmlOutput(self, gtest_prog_name, expected_xml,
290 gtest_prog_name matches expected_xml, a string containing another
297 expected = minidom.parseString(expected_xml)
  /external/protobuf/gtest/test/
gtest_xml_outfiles_test.py 98 def _TestOutFile(self, test_name, expected_xml):
118 expected = minidom.parseString(expected_xml)
gtest_xml_output_unittest.py 189 def _TestXmlOutput(self, gtest_prog_name, expected_xml, expected_exit_code):
192 gtest_prog_name matches expected_xml, a string containing another
212 expected = minidom.parseString(expected_xml)
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_xml_outfiles_test.py 98 def _TestOutFile(self, test_name, expected_xml):
118 expected = minidom.parseString(expected_xml)
gtest_xml_output_unittest.py 286 def _TestXmlOutput(self, gtest_prog_name, expected_xml,
290 gtest_prog_name matches expected_xml, a string containing another
297 expected = minidom.parseString(expected_xml)
  /ndk/sources/third_party/googletest/googletest/test/
gtest_xml_outfiles_test.py 98 def _TestOutFile(self, test_name, expected_xml):
118 expected = minidom.parseString(expected_xml)
gtest_xml_output_unittest.py 265 def _TestXmlOutput(self, gtest_prog_name, expected_xml, expected_exit_code):
268 gtest_prog_name matches expected_xml, a string containing another
274 expected = minidom.parseString(expected_xml)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/route53/
test_connection.py 720 expected_xml = re.sub(r"\s*[\r\n]+", "\n", xml.dom.minidom.parseString(b"""
802 self.assertEqual(actual_xml, expected_xml)

Completed in 219 milliseconds