HtmlControlTester Constructor (String, String)
Create a tester for an HTML tag using an XPath description.
public HtmlControlTester(
string xpath,
string description);
Parameters
- xpath
- The XPath description of the tag.
- description
- A human-readable description of this tag (for error reporting).
See Also
HtmlControlTester Class | NUnit.Extensions.Asp.HtmlTester Namespace | HtmlControlTester Constructor Overload List