public void DodgeGoblin() { _battle.DodgeAttack(_goblin, _dragon, ref _attackCardDamage); Assert.AreEqual(0, _attackCardDamage); }