コード例 #1
0
        public void EveryTheeForFive_ReturnCostOfPastryTriosWithEveryTrioAsFive_5()
        {
            Pastry testPastry = new Pastry(5);

            Assert.AreEqual(5, testPastry.EveryThreeForFive());
        }