Ejemplo n.º 1
0
        public void CustomerPurchasesProduct()
        {
            bal.Inserted      = 1.00M;
            bal.ColaInventory = 2;
            int invLevel = bal.ColaInventory;

            bal.SelectItem(1);
            Assert.IsTrue(bal.ColaInventory == (invLevel - 1));
        }