Exemple #1
0
        public void harvestTest()
        {
            int harvest1 = Harvest.HarvestTwoSections(new int[] { 20, 20, 20, 0, 0, 0, 10, 10 }, 3, 2);

            Assert.Equals(harvest1, 80);
        }