Ejemplo n.º 1
0
 def test03_get_next_and_Set_Next(self):
     a = Node(12)
     a.setNext(14)
     self.assertEqual(a.getNext(), 14)