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

HtmlAnchorTester() public method

Create a tester for an HTML tag. Use this constructor for testing most tags.
public HtmlAnchorTester ( 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 HtmlAnchorTester(string htmlId)
            : base(htmlId)
        {
        }

Same methods

HtmlAnchorTester::HtmlAnchorTester ( string aspId, Tester container ) : System
HtmlAnchorTester::HtmlAnchorTester ( string aspId, Tester container, bool runAtServer ) : System
HtmlAnchorTester::HtmlAnchorTester ( string xpath, string description ) : System
HtmlAnchorTester::HtmlAnchorTester ( string xpath, string description, Tester container ) : System