AssertSelect
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls.HtmlAsserts
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class AssertSelect : BaseControlAssert<HtmlSelect>
Inheritance: objectBaseControlAssert<HtmlSelect>AssertSelect
Inherited Members
Constructors
C#
public AssertSelect()
C#
public AssertSelect(HtmlSelect select, bool throwOnFailure)
Methods
C#
public bool ItemsCountIs(NumberCompareType compareType, int expectedValue)
C#
public bool SelectedIndex(NumberCompareType compareType, int index)
C#
public bool SelectedText(StringCompareType compareType, string expectedText)
C#
public bool SelectedValue(StringCompareType compareType, string expectedValue)