public void StorageAndItem_ButaneAddToShop_ItemAmountIncrease() { IContainer ShopTest = new Shop(); IChemical Butane = new Butane(); ShopTest.Add(Butane); Assert.IsTrue(ShopTest.ItemAmount == 1); }
protected Butane(Butane other) : base(other) { }