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

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