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