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

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