コード例 #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())