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