Ejemplo n.º 1
0
        public void PostSkillsTest()
        {
            // TODO: add unit test for the method 'PostSkills'
            RoutingSkill body     = null; // TODO: replace null with proper value
            var          response = instance.PostSkills(body);

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