Exemplo n.º 1
0
        public void StorageAndItem_ButaneAddToShop_ItemAmountIncrease()
        {
            IContainer ShopTest = new Shop();
            IChemical Butane = new Butane();
            ShopTest.Add(Butane);

            Assert.IsTrue(ShopTest.ItemAmount == 1);
        }
Exemplo n.º 2
0
 protected Butane(Butane other) : base(other)
 {
 }
Exemplo n.º 3
0
 protected Butane(Butane other)
     : base(other)
 {
 }