public void GetDnclistsDnclistIdTest() { // TODO: add unit test for the method 'GetDnclistsDnclistId' string dncListId = null; // TODO: replace null with proper value bool? includeImportStatus = null; // TODO: replace null with proper value bool? includeSize = null; // TODO: replace null with proper value var response = instance.GetDnclistsDnclistId(dncListId, includeImportStatus, includeSize); Assert.IsInstanceOf <DncList> (response, "response is DncList"); }