Exemplo n.º 1
0
        public void OneCell()
        {
            initAll();
            GameCell c = new GameCell(20, 100, 1f);

            c.oneDayCourse(365 * 5);
            //Assert.Inconclusive(c.RabbitsCount + " " + c.FoxesCount);
        }