Example #1
0
 public void TestAttackWizard()
 {
     Saruman.AttackWizard(Gandalf);
     Assert.AreEqual(100, Gandalf.GetHP());
 }