KendoControlAssert
Class
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
C#
public class KendoControlAssert : BaseControlAssert<HtmlControl>
Inheritance: objectBaseControlAssert<HtmlControl>KendoControlAssert
Inherited Members
Constructors
C#
public KendoControlAssert()
Methods
C#
public bool DecimalValue(string controlPropertyName, decimal expected, NumberCompareType compareType)
C#
public bool NumberValue(string controlPropertyName, int expected, NumberCompareType compareType)
C#
public bool StringValue(string controlPropertyName, string expected, StringCompareType compareType)