Ejemplo n.º 1
0
 def test02_set_data(self):
     firstnode = Node(17)
     firstnode.setData(20)
     self.assertEqual(firstnode.getData(), 20)