Example #1
0
        public void MenuTableItemTest()
        {
            Menus_Accessor target = new Menus_Accessor();           // TODO: Initialize to an appropriate value
            string         Name   = string.Empty;                   // TODO: Initialize to an appropriate value

            System.Windows.Forms.ToolStripMenuItem expected = null; // TODO: Initialize to an appropriate value
            System.Windows.Forms.ToolStripMenuItem actual;
            actual = target.MenuTableItem(Name);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }