Example #1
0
        public void TestEspresso1()
        {
            Beverage coffee = new Espresso();

            Assert.Equal(3.15, coffee.getCost());
        }