Example #1
0
        public void CastTestNullSkill()
        {
            bool expected = false;
            bool result   = _testPlayer.Cast(_testPlayer, "NOT_A_SKILL");

            Assert.AreEqual(expected, result);
        }