public void weaponp() { Gaming test = new Gaming(); test.buyingweapon(6); Assert.AreEqual(6, test.weapon); }
public void armor() { Gaming test = new Gaming(); Assert.AreEqual(5, test.armor); }
public void weapon() { Gaming test = new Gaming(); Assert.AreEqual(1, test.weapon); }