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

  /external/chromium_org/testing/gtest/test/
gtest_xml_test_utils.py 51 def AssertEquivalentNodes(self, expected_node, actual_node):
54 expected_node (another DOM node object), in that either both of
58 * It has the same tag name as expected_node.
59 * It has the same set of attributes as expected_node, each with
60 the same value as the corresponding attribute of expected_node.
65 CDATA sections) as expected_node. Note that we ignore the
70 if expected_node.nodeType == Node.CDATA_SECTION_NODE:
72 self.assertEquals(expected_node.nodeValue, actual_node.nodeValue)
76 self.assertEquals(Node.ELEMENT_NODE, expected_node.nodeType)
77 self.assertEquals(expected_node.tagName, actual_node.tagName
    [all...]
  /external/gtest/test/
gtest_xml_test_utils.py 51 def AssertEquivalentNodes(self, expected_node, actual_node):
54 expected_node (another DOM node object), in that either both of
58 * It has the same tag name as expected_node.
59 * It has the same set of attributes as expected_node, each with
60 the same value as the corresponding attribute of expected_node.
65 CDATA sections) as expected_node. Note that we ignore the
70 if expected_node.nodeType == Node.CDATA_SECTION_NODE:
72 self.assertEquals(expected_node.nodeValue, actual_node.nodeValue)
76 self.assertEquals(Node.ELEMENT_NODE, expected_node.nodeType)
77 self.assertEquals(expected_node.tagName, actual_node.tagName
    [all...]
  /external/protobuf/gtest/test/
gtest_xml_test_utils.py 51 def AssertEquivalentNodes(self, expected_node, actual_node):
54 expected_node (another DOM node object), in that either both of
58 * It has the same tag name as expected_node.
59 * It has the same set of attributes as expected_node, each with
60 the same value as the corresponding attribute of expected_node.
64 CDATA sections) as expected_node. Note that we ignore the
69 if expected_node.nodeType == Node.CDATA_SECTION_NODE:
71 self.assertEquals(expected_node.nodeValue, actual_node.nodeValue)
75 self.assertEquals(Node.ELEMENT_NODE, expected_node.nodeType)
76 self.assertEquals(expected_node.tagName, actual_node.tagName
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_xml_test_utils.py 51 def AssertEquivalentNodes(self, expected_node, actual_node):
54 expected_node (another DOM node object), in that either both of
58 * It has the same tag name as expected_node.
59 * It has the same set of attributes as expected_node, each with
60 the same value as the corresponding attribute of expected_node.
65 CDATA sections) as expected_node. Note that we ignore the
70 if expected_node.nodeType == Node.CDATA_SECTION_NODE:
72 self.assertEquals(expected_node.nodeValue, actual_node.nodeValue)
76 self.assertEquals(Node.ELEMENT_NODE, expected_node.nodeType)
77 self.assertEquals(expected_node.tagName, actual_node.tagName
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
pubsubtasks.cc 44 const std::string& expected_node) {
60 return (actual_node == expected_node);

Completed in 455 milliseconds