示例#1
0
        public void GetSpecFun_Valid_Test()
        {
            var expectedSpecFun = GetSpecFun();

            MockDbManager.Setup(x => x.GetEntity <SpecialFunction>(It.IsAny <string>())).Returns(expectedSpecFun);

            Assert.That(Handler.GetSpecFun("spec_cast_adept"), Is.EqualTo(expectedSpecFun));
        }