Tester for System.Web.UI.HtmlControls.HtmlInputText
Inheritance: HtmlControlTester
Ejemplo n.º 1
0
 public void TestSize()
 {
     HtmlInputTextTester text = new HtmlInputTextTester("text");
     Assert.AreEqual(42, text.Size);
 }
Ejemplo n.º 2
0
 public void TestDefaultSize()
 {
     HtmlInputTextTester textDefault = new HtmlInputTextTester("textDefault");
     Assert.AreEqual(-1, textDefault.Size);
 }