Exemple #1
0
        public void GetFlowIdLatestconfigurationTest()
        {
            // TODO: add unit test for the method 'GetFlowIdLatestconfiguration'
            string flowId  = null; // TODO: replace null with proper value
            string deleted = null; // TODO: replace null with proper value

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

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