コード例 #1
0
        public void AddComboBoxTest()
        {
            Toolbar target  = new Toolbar();                   // TODO: Initialize to an appropriate value
            string  Name    = string.Empty;                    // TODO: Initialize to an appropriate value
            string  Toolbar = string.Empty;                    // TODO: Initialize to an appropriate value
            string  After   = string.Empty;                    // TODO: Initialize to an appropriate value

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