public void ATestThrowWeapon() { des.ThrowWeapon(list); Assert.True(list[0] is DepthCharge); }
public void ThrowDepthCharge() { myShip.ThrowWeapon(GameObjects); }