Searched refs:expected_node (Results 1 – 1 of 1) sorted by relevance
44 def AssertEquivalentNodes(self, expected_node, actual_node): argument63 if expected_node.nodeType == Node.CDATA_SECTION_NODE:65 self.assertEquals(expected_node.nodeValue, actual_node.nodeValue)69 self.assertEquals(Node.ELEMENT_NODE, expected_node.nodeType)70 self.assertEquals(expected_node.tagName, actual_node.tagName)72 expected_attributes = expected_node.attributes92 expected_children = self._GetChildren(expected_node)