Ejemplo n.º 1
0
        public void ComputesTeaWithCinnamonPrice()
        {
            var tea = BeverageFactory.CreateTeaWithCinnamon();

            Assert.Equal(1.55, tea.Price(), 3);
        }