Esempio n. 1
0
 public void TestComboBoxRemoveItem()
 {
     ComboBox box = new ComboBox("box").AddItem("some text");
     Assert.AreEqual(box, box.RemoveItem("some text"));
 }