NUnit.Extensions.Asp.HtmlTester.HtmlInputTextTester.HtmlInputTextTester C# (CSharp) Method

HtmlInputTextTester() public method

Create a tester for an HTML tag. Use this constructor for testing most tags.
public HtmlInputTextTester ( string htmlId ) : System
htmlId string The ID of the control to test (look in the /// page's ASP.NET source code for the ID).
return System
        public HtmlInputTextTester(string htmlId)
            : base(htmlId)
        {
        }

Same methods

HtmlInputTextTester::HtmlInputTextTester ( string aspId, Tester container ) : System
HtmlInputTextTester::HtmlInputTextTester ( string xpath, string description ) : System
HtmlInputTextTester::HtmlInputTextTester ( string xpath, string description, Tester container ) : System
HtmlInputTextTester