public void SubItemTest()
        {
            ToolStripButton Button = null;                                         // TODO: Initialize to an appropriate value

            MapWindow.Interfaces.ToolbarButton target = new ToolbarButton(Button); // TODO: Initialize to an appropriate value
            string Name = string.Empty;                                            // TODO: Initialize to an appropriate value

            MapWindow.Interfaces.ToolbarButton expected = null;                    // TODO: Initialize to an appropriate value
            MapWindow.Interfaces.ToolbarButton actual;
            actual = target.SubItem(Name);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }