Exemple #1
0
 public void TestTextBoxRemoveItem()
 {
     TextBox box = new TextBox("box").AddItem("some text");
     Assert.AreEqual(box, box.RemoveItem("some text"));
 }