예제 #1
0
 def test_ConstrutorInicializado(self):
     l = Labirinto()
     self.assertEqual(4, l.getm())
     self.assertEqual(4, l.getn())
예제 #2
0
 def test_Matriz(self):
     l = Labirinto()
     self.assertNotEqual(0, l.getm())
     self.assertNotEqual(0, l.getn())