Esempio n. 1
0
        public void GetFlowIdTest()
        {
            // TODO: add unit test for the method 'GetFlowId'
            string flowId  = null; // TODO: replace null with proper value
            string deleted = null; // TODO: replace null with proper value

            var response = instance.GetFlowId(flowId, deleted);

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