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