Exemplo n.º 1
0
 def testSetDub(self):
     """
     This function tests the setDub function in NodeData
     """
     node1 = NodeData()
     node1.setDub(3)
     self.assertEqual(3, node1.dub)
 def testSetDub(self):
     node1 = NodeData()
     node1.setDub(3)
     self.assertEqual(3, node1.dub)