public void GetFlowIdVersionsTest() { // TODO: add unit test for the method 'GetFlowIdVersions' string flowId = 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 string deleted = null; // TODO: replace null with proper value var response = instance.GetFlowIdVersions(flowId, pageNumber, pageSize, deleted); Assert.IsInstanceOf <FlowVersionEntityListing> (response, "response is FlowVersionEntityListing"); }