コード例 #1
0
        public void DeleteFlowsTest()
        {
            // TODO: add unit test for the method 'DeleteFlows'
            List <string> id = null;                 // TODO: replace null with proper value
            bool?         ignoreDependencies = null; // TODO: replace null with proper value

            instance.DeleteFlows(id, ignoreDependencies);
        }