Exemplo n.º 1
0
 def test_ConstrutorInicializado(self):
     l = Labirinto()
     self.assertEqual(4, l.getm())
     self.assertEqual(4, l.getn())
Exemplo n.º 2
0
 def test_Matriz(self):
     l = Labirinto()
     self.assertNotEqual(0, l.getm())
     self.assertNotEqual(0, l.getn())