NUnitAsp

HtmlInputRadioButtonTester Constructor (String)

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

public HtmlInputRadioButtonTester(
   string htmlId
);

Parameters

htmlId
The ID of the control to test (look in the page's ASP.NET source code for the ID).

See Also

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