Searched refs:expected_node (Results 1 – 1 of 1) sorted by relevance
42 def AssertEquivalentNodes(self, expected_node, actual_node): argument66 if expected_node.nodeType == Node.CDATA_SECTION_NODE:68 self.assertEqual(expected_node.nodeValue, actual_node.nodeValue)72 self.assertEqual(Node.ELEMENT_NODE, expected_node.nodeType)73 self.assertEqual(expected_node.tagName, actual_node.tagName)75 expected_attributes = expected_node.attributes107 expected_children = self._GetChildren(expected_node)