HtmlInputImageTester Constructor (String, String)
            Create a tester for an HTML tag using an XPath description.
            
public HtmlInputImageTester(
   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
HtmlInputImageTester Class | NUnit.Extensions.Asp.HtmlTester Namespace | HtmlInputImageTester Constructor Overload List