public void TestAttackElf() //Probamos que el método Attack funcione correctamente { elf2.AttackElf(elf1); Assert.AreEqual(95, elf1.GetHP()); }