public void GetSkillsTest() { // TODO: add unit test for the method 'GetSkills' int?pageSize = null; // TODO: replace null with proper value int?pageNumber = null; // TODO: replace null with proper value var response = instance.GetSkills(pageSize, pageNumber); Assert.IsInstanceOf <SkillEntityListing> (response, "response is SkillEntityListing"); }