Ejemplo n.º 1
0
        public void GetUserIdRoutingskillsTest()
        {
            // TODO: add unit test for the method 'GetUserIdRoutingskills'
            string userId     = null; // TODO: replace null with proper value
            int?   pageSize   = null; // TODO: replace null with proper value
            int?   pageNumber = null; // TODO: replace null with proper value
            string sortOrder  = null; // TODO: replace null with proper value
            var    response   = instance.GetUserIdRoutingskills(userId, pageSize, pageNumber, sortOrder);

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