public void TestChangeRobe() { Gandalf.ChangeRobe(MagicRobe2); Assert.AreEqual("The other Magic Robe of Testing", Gandalf.Armor.GetName()); }