Пример #1
0
        public void uspUpdateEmployeeHireInfo_currentflag_is_set_to_true_when_hired()
        {
            var messages = _gateway.RunTest("[HumanResourcesTests].[test uspUpdateEmployeeHireInfo_currentflag_is_set_to_true_when_hired]");

            Assert.IsTrue(messages.Contains("1 succeeded"), "Error running tSQLt test, messages: {0}", messages);
        }