Example #1
0
 public void TestChangeStaff()
 {
     Gandalf.ChangeStaff(MagicStaff2);
     Assert.AreEqual("The other Staff for Testing", Gandalf.Weapon.GetName());
 }