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.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 
 |