KendoControlAssert Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Represents the base class for assertion of RadControls wrappers.
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.ControlsBaseControlAssertHtmlControl
    Telerik.TestingFramework.Controls.KendoUIKendoControlAssert

Namespace:  Telerik.TestingFramework.Controls.KendoUI
Assembly:  Telerik.TestingFramework.Controls.KendoUI (in Telerik.TestingFramework.Controls.KendoUI.dll) Version: 2012.1.322.0 (2012.1.322.0)
Syntax

public class KendoControlAssert : BaseControlAssert<HtmlControl>

The KendoControlAssert type exposes the following members.

Constructors

  NameDescription
Public methodKendoControlAssert
Initializes a new instance of the RadControlAssert class.
Public methodKendoControlAssert(HtmlControl)
Initializes a new instance of the RadControlAssert class.
Top
Properties

  NameDescription
Public propertyTarget
Gets or sets the assert target
(Inherited from BaseControlAssertT.)
Top
Methods

  NameDescription
Protected methodAssert(Boolean, String, String, String)
Throw AssertException if condition is false.
(Inherited from BaseControlAssertT.)
Protected methodAssert(Boolean, String, String, String, Boolean)
Throw an AssertException if conditiion is false and throwAssert is true.
(Inherited from BaseControlAssertT.)
Protected methodAssertNumber
Common assert for a number
(Inherited from BaseControlAssertT.)
Protected methodAssertString
Commnon assert for strings.
(Inherited from BaseControlAssertT.)
Public methodDecimalValue
Assert a decimal.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNumberValue
Assert a number.
Public methodStringValue
Assert a string.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference