NUnitAsp

HtmlInputCheckBoxTester Constructor (String, String)

Create a tester for an HTML tag using an XPath description.

public HtmlInputCheckBoxTester(
   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

HtmlInputCheckBoxTester Class | NUnit.Extensions.Asp.HtmlTester Namespace | HtmlInputCheckBoxTester Constructor Overload List