コード例 #1
0
        public void ComputesHotChocolateWithCreamPrice()
        {
            var hotChocolateWithCream = new HotChocolate(_supplement);

            Assert.Equal(1.60, hotChocolateWithCream.PriceWithCream(), 3);
        }