コード例 #1
0
        public void ComboBoxItemTest()
        {
            Toolbar target = new Toolbar();                    // TODO: Initialize to an appropriate value
            string  Name   = 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.ComboBoxItem(Name);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }