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

            instance.DeletePrompts(id, ignoreDependencies);
        }