示例#1
0
 def testCopyParseNone(self):
     newTree = ParseUtility.copyParse(None)
     self.assertEquals(newTree, None)
示例#2
0
 def testCopyParseNone(self):
     newTree = ParseUtility.copyParse(None)
     self.assertEquals(newTree, None)
示例#3
0
 def testCopyParse(self):
     newTree = ParseUtility.copyParse(self._tables)
     self._assertEquals(self.html, newTree)
示例#4
0
 def testCopyParse(self):
     newTree = ParseUtility.copyParse(self._tables)
     self._assertEquals(self.html, newTree)