ClassKendoUIHtmlUnorderedListBase
Test class for an KendoUIHtmlUnorderedListBase element <ul /> .
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI.BaseControls
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
public abstract class KendoUIHtmlUnorderedListBase : HtmlUnorderedList
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlUnorderedListKendoUIHtmlUnorderedListBase
Derived Classes:
Inherited Members
Constructors
KendoUIHtmlUnorderedListBase()
Create a new control.
Declaration
public KendoUIHtmlUnorderedListBase()
KendoUIHtmlUnorderedListBase(Element)
Create a new test control
Declaration
public KendoUIHtmlUnorderedListBase(Element e)
Parameters
e
The base element.
Fields
matchExpression
The control match expression pattern.
Declaration
protected HtmlFindExpression matchExpression
Field Value
Properties
LocatorExpression
Gets the HtmlFindExpression that defines the pattern to identify an element as a specific control.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Methods
ControlAssert()
Gets KendoControlAssert instance initialized for this control.
Declaration
public KendoControlAssert ControlAssert()
Returns
KendoControlAssert instance initialized for this control.
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
protected abstract void InitializeMatchExpression()
SetTelerikComponentsVersion(TelerikComponentsVersion?)
Set the version of the Telerik Components in the application under test
Declaration
protected override void SetTelerikComponentsVersion(TelerikComponentsVersion? newTelerikComponentsVersion)
Parameters
newTelerikComponentsVersion
The version of Telerik Components
Overrides