public void ComputesTeaWithMilkPrice() { var teaWithMilk = new Tea(_supplement); Assert.Equal(1.60, teaWithMilk.PriceWithMilk(), 3); }