NUnitAsp

HtmlTagTester Constructor (String, String, Tester)

Create a tester for an HTML tag that's on a page with multiple forms using an XPath description.

public HtmlTagTester(
   string xpath,
   string description,
   Tester container
);

Parameters

xpath
The XPath description of the tag.
description
A human-readable description of this tag (for error reporting).
container
A tester for the control's container. A WebFormTester will usually be most appropriate.

See Also

HtmlTagTester Class | NUnit.Extensions.Asp Namespace | HtmlTagTester Constructor Overload List