示例#1
0
        public void RemoveGoldenShield()
        //Se prueba que la escudo se remueva del orco.
        {
            //Act
            orc.RemoveGoldenShield();

            //Assert
            Assert.IsNull(orc.GoldenShield);
        }