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