Ejemplo n.º 1
0
        public void DeleteUserIdRoutingskillsSkillIdTest()
        {
            // TODO: add unit test for the method 'DeleteUserIdRoutingskillsSkillId'
            string userId   = null; // TODO: replace null with proper value
            string skillId  = null; // TODO: replace null with proper value
            var    response = instance.DeleteUserIdRoutingskillsSkillId(userId, skillId);

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