コード例 #1
0
ファイル: ComponentTest.cs プロジェクト: codehaus/fest-git
 public void TestTextBoxRemoveItem()
 {
     TextBox box = new TextBox("box").AddItem("some text");
     Assert.AreEqual(box, box.RemoveItem("some text"));
 }