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