public void BreadConstructor_AcceptsAmount_Int() { Bread purchase = new Bread(2); Assert.AreEqual(true, purchase.AmountOfBread(2)); }