Ejemplo n.º 1
0
        public void AddRemainder_ReturnCostOfPastriesWithTriosAndRemainder_9()
        {
            Pastry testPastry = new Pastry(5);

            Assert.AreEqual(9, testPastry.AddRemainder());
        }