public void RemoveSword() //Se prueba que la espada se remueva del orco. { //Act orc.RemoveSword(); //Assert Assert.IsNull(orc.Sword); }