コード例 #1
0
        public void PostUserIdRoutingskillsTest()
        {
            // TODO: add unit test for the method 'PostUserIdRoutingskills'
            string           userId = null; // TODO: replace null with proper value
            UserRoutingSkill body   = null; // TODO: replace null with proper value
            var response            = instance.PostUserIdRoutingskills(userId, body);

            Assert.IsInstanceOf <UserRoutingSkill> (response, "response is UserRoutingSkill");
        }
コード例 #2
0
 public void Init()
 {
     instance = new UserRoutingSkill();
 }