BaseControlAssertT Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Represents the base of all control assert objects.
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.ControlsBaseControlAssertT
    More...

Namespace:  ArtOfTest.WebAii.Controls
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public abstract class BaseControlAssert<T>
where T : Control

Type Parameters

T
The type of the base control.

The BaseControlAssertT type exposes the following members.

Constructors

  NameDescription
Public methodBaseControlAssertT
Create a new base assert.
Public methodBaseControlAssertT(T)
Create a new base assert and pass it the target control
Top
Properties

  NameDescription
Public propertyTarget
Gets or sets the assert target
Top
Methods

  NameDescription
Protected methodAssert(Boolean, String, String, String)
Throw AssertException if condition is false.
Protected methodAssert(Boolean, String, String, String, Boolean)
Throw an AssertException if conditiion is false and throwAssert is true.
Protected methodAssertNumber
Common assert for a number
Protected methodAssertString
Commnon assert for strings.
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 methodStatic memberNumberCompare
Do numerical comparison
Public methodStatic memberNumberCompareRange
Do numberical range comparison.
Public methodStatic memberStringCompare
Perform a string comparison
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Protected fieldStatic memberNotFound
Not found constant string.
Top
See Also

Reference

Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.ControlsBaseControlAssertT
    ArtOfTest.WebAii.Controls.HtmlControls.HtmlAssertsAssertAttribute
    ArtOfTest.WebAii.Controls.HtmlControls.HtmlAssertsAssertCheck
    ArtOfTest.WebAii.Controls.HtmlControls.HtmlAssertsAssertContent
    ArtOfTest.WebAii.Controls.HtmlControls.HtmlAssertsAssertSelect
    ArtOfTest.WebAii.Controls.HtmlControls.HtmlAssertsAssertStyle
    ArtOfTest.WebAii.Controls.HtmlControls.HtmlAssertsAssertTable
    Telerik.TestingFramework.Controls.KendoUIKendoControlAssert
    Telerik.WebAii.Controls.HtmlRadControlAssert