Beispiel #1
0
        public void GetSkillsSkillIdTest()
        {
            // TODO: add unit test for the method 'GetSkillsSkillId'
            string skillId  = null; // TODO: replace null with proper value
            var    response = instance.GetSkillsSkillId(skillId);

            Assert.IsInstanceOf <RoutingSkill> (response, "response is RoutingSkill");
        }