NUnitAsp

HtmlInputRadioButtonTester Constructor

Create a tester for an HTML tag. Use this constructor for testing most tags.

Overload List

Create a tester for an HTML tag. Use this constructor for testing most tags.

public HtmlInputRadioButtonTester(string);

Create a tester for a server-side HTML control or a tag that's on a page with multiple forms. Use this constructor when the HTML tag you are testing has the "runat='server'" attribute. Also use this tester when using the non-default webform or HttpClient.

public HtmlInputRadioButtonTester(string,Tester);

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

public HtmlInputRadioButtonTester(string,string);

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

public HtmlInputRadioButtonTester(string,string,Tester);

See Also

HtmlInputRadioButtonTester Class | NUnit.Extensions.Asp.HtmlTester Namespace