ClassHtmlInputRadioButtonExtensions
Class
Assert extensions for the HtmlInputRadioButton class.
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public static class HtmlInputRadioButtonExtensions
Inheritance: objectHtmlInputRadioButtonExtensions
Methods
AssertCheck(HtmlInputRadioButton)
Assert methods for the HtmlInputRadioButton control.
Declaration
cs-api-definition
public static AssertCheck AssertCheck(this HtmlInputRadioButton control)
Parameters
control
The HtmlInputRadioButton to wrap.
Returns
A HtmlInputRadioButton wrapped in a AssertCheck object.