Class AssertSelect
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.HtmlControls.HtmlAsserts
Assembly: ArtOfTest.WebAii.dll
Syntax
public class AssertSelect : BaseControlAssert<HtmlSelect>
Constructors
AssertSelect()
Declaration
public AssertSelect()
AssertSelect(HtmlSelect)
AssertSelect(HtmlSelect, Boolean)
Declaration
public AssertSelect(HtmlSelect select, bool throwOnFailure)
Parameters
HtmlSelect
select
|
System.Boolean
throwOnFailure
|
Methods
ItemsCountIs(NumberCompareType, Int32)
Declaration
public bool ItemsCountIs(NumberCompareType compareType, int expectedValue)
Parameters
NumberCompareType
compareType
|
System.Int32
expectedValue
|
Returns
System.Boolean
|
SelectedIndex(NumberCompareType, Int32)
Declaration
public bool SelectedIndex(NumberCompareType compareType, int index)
Parameters
NumberCompareType
compareType
|
System.Int32
index
|
Returns
System.Boolean
|
SelectedText(StringCompareType, String)
Declaration
public bool SelectedText(StringCompareType compareType, string expectedText)
Parameters
StringCompareType
compareType
|
System.String
expectedText
|
Returns
System.Boolean
|
SelectedValue(StringCompareType, String)
Declaration
public bool SelectedValue(StringCompareType compareType, string expectedValue)
Parameters
StringCompareType
compareType
|
System.String
expectedValue
|
Returns
System.Boolean
|
TextExists(String)
Declaration
public bool TextExists(string expectedText)
Parameters
System.String
expectedText
|
Returns
System.Boolean
|
TextExistsNot(String)
Declaration
public bool TextExistsNot(string expectedText)
Parameters
System.String
expectedText
|
Returns
System.Boolean
|
ValueExists(String)
Declaration
public bool ValueExists(string expectedValue)
Parameters
System.String
expectedValue
|
Returns
System.Boolean
|
ValueExistsNot(String)
Declaration
public bool ValueExistsNot(string expectedValue)
Parameters
System.String
expectedValue
|
Returns
System.Boolean
|