Class RadControlAssert
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: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RadControlAssert : BaseControlAssert<HtmlControl>
Constructors
RadControlAssert()
Declaration
public RadControlAssert()
RadControlAssert(HtmlControl)
Methods
DecimalValue(String, Decimal, NumberCompareType)
Declaration
public bool DecimalValue(string controlPropertyName, decimal expected, NumberCompareType compareType)
Parameters
System.String
controlPropertyName
|
System.Decimal
expected
|
NumberCompareType
compareType
|
Returns
System.Boolean
|
NumberValue(String, Int32, NumberCompareType)
Declaration
public bool NumberValue(string controlPropertyName, int expected, NumberCompareType compareType)
Parameters
System.String
controlPropertyName
|
System.Int32
expected
|
NumberCompareType
compareType
|
Returns
System.Boolean
|
StringValue(String, String, StringCompareType)
Declaration
public bool StringValue(string controlPropertyName, string expected, StringCompareType compareType)
Parameters
System.String
controlPropertyName
|
System.String
expected
|
StringCompareType
compareType
|
Returns
System.Boolean
|