Exemplo n.º 1
0
        public void GetFlowIdVersionsVersionIdTest()
        {
            // TODO: add unit test for the method 'GetFlowIdVersionsVersionId'
            string flowId    = null; // TODO: replace null with proper value
            string versionId = null; // TODO: replace null with proper value
            string deleted   = null; // TODO: replace null with proper value

            var response = instance.GetFlowIdVersionsVersionId(flowId, versionId, deleted);

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