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

            target.MenuTrackerRemove(item, Plugin);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }