示例#1
0
        public void TestGetSpell(String spellName)
        {
            Spell spell = CalculationHelpers.GetSpell(listFixture.SpellList, spellName);

            Assert.Equal(spellName, spell.Name);
        }