Exemplo n.º 1
0
        public void RemovePanelTest1()
        {
            MapWindow.Interfaces.StatusBar target = new MapWindow.StatusBar(); // TODO: Initialize to an appropriate value
            int Index = 0;                                                     // TODO: Initialize to an appropriate value

            target.RemovePanel(Index);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Exemplo n.º 2
0
        public void RemovePanelTest()
        {
            MapWindow.Interfaces.StatusBar target = new MapWindow.StatusBar(); // TODO: Initialize to an appropriate value
            StatusBarPanel Panel         = null;                               // TODO: Initialize to an appropriate value
            StatusBarPanel PanelExpected = null;                               // TODO: Initialize to an appropriate value

            target.RemovePanel(ref Panel);
            Assert.AreEqual(PanelExpected, Panel);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }