AssertSelect Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Assert methods for an HtmlSelect control
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.ControlsBaseControlAssertHtmlSelect
    ArtOfTest.WebAii.Controls.HtmlControls.HtmlAssertsAssertSelect

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

public class AssertSelect : BaseControlAssert<HtmlSelect>

The AssertSelect type exposes the following members.

Constructors

  NameDescription
Public methodAssertSelect
Create a new AssertSelect object.
Public methodAssertSelect(HtmlSelect)
Create a new AssertSelect object and assign it to an existing control.
Public methodAssertSelect(HtmlSelect, Boolean)
Create a new AssertSelect object and assign it to an existing control.
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 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.)
Public methodItemsCountIs
Assert if the number of options in this HtmlSelect does not match.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSelectedIndex
Assert if the selected index does not match.
Public methodSelectedText
Assert if the selected text does not match.
Public methodSelectedValue
Assert if the selected value does not match.
Public methodTextExists
Assert if a particular text value does not exist in the HtmlSelect options list.
Public methodTextExistsNot
Assert if a particular text value does exist in the HtmlSelect options list.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValueExists
Assert if a particular option value does not exist in the HtmlSelect options list.
Public methodValueExistsNot
Assert if a particular option value does exist in the HtmlSelect options list.
Top
See Also

Reference