Class
HtmlSelectAssertExtensions

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

HtmlSelect

The HtmlSelect to wrap.

Returns

AssertSelect

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

HtmlSelect

The HtmlSelect to wrap.

throwOnFailure

bool

Whether this object should throw an exception if checks fail

Returns

AssertSelect

A HtmlSelect wrapped in a AssertCheck object.