Example #1
0
        public void RemoveSubMenusFromMenuTableTest()
        {
            Menus_Accessor target = new Menus_Accessor();                          // TODO: Initialize to an appropriate value

            System.Windows.Forms.ToolStripMenuItem ParentToolStripMenuItem = null; // TODO: Initialize to an appropriate value
            target.RemoveSubMenusFromMenuTable(ParentToolStripMenuItem);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }