ClassHtmlSelectAssertExtensions
Class
Assert extensions for the HtmlSelect class.
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public static class HtmlSelectAssertExtensions
Inheritance: objectHtmlSelectAssertExtensions
Methods
AssertSelect(HtmlSelect)
Assert methods for the HtmlSelect content.
Declaration
cs-api-definition
public static AssertSelect AssertSelect(this HtmlSelect control)
Parameters
control
The HtmlSelect to wrap.
Returns
A HtmlSelect wrapped in a AssertCheck object.
AssertSelect(HtmlSelect, bool)
Assert methods for the HtmlSelect content.
Declaration
cs-api-definition
public static AssertSelect AssertSelect(this HtmlSelect control, bool throwOnFailure)
Parameters
control
The HtmlSelect to wrap.
throwOnFailure
Whether this object should throw an exception if checks fail
Returns
A HtmlSelect wrapped in a AssertCheck object.