AssertTable Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Provide HtmlTable specific asserts
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.ControlsBaseControlAssertHtmlTable
    ArtOfTest.WebAii.Controls.HtmlControls.HtmlAssertsAssertTable

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 AssertTable : BaseControlAssert<HtmlTable>

The AssertTable type exposes the following members.

Constructors

  NameDescription
Public methodAssertTable
Create a new table assert object.
Public methodAssertTable(HtmlTable)
Create a new table assert and assigned it to an HtmlTable 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 methodColumnCount
Asserts if the column count does not match.
Public methodColumnRange
Asserts if the column count is inside/outside the specified range.
Public methodContains
Asserts that a certain text appears in the table.
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 methodRowCount
Asserts if the table row count does not match.
Public methodRowRange
Assert if the row count is inside/outside the specified range.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference