HtmlControlsAssertExtensions Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Assert extensions for the HtmlControl class.
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.Controls.HtmlControlsHtmlControlsAssertExtensions

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

public static class HtmlControlsAssertExtensions

The HtmlControlsAssertExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAssertAttribute(HtmlControl)
Assert methods based on the HtmlControl's attributes.
Public methodStatic memberAssertAttribute(HtmlControl, Boolean)
Assert methods based on the HtmlControl's attributes
Public methodStatic memberAssertContent
Assert methods based on the HtmlControl's content.
Public methodStatic memberAssertStyle(HtmlControl)
Assert methods based on the HtmlControl's style.
Public methodStatic memberAssertStyle(HtmlControl, Boolean)
Assert methods based on the HtmlControl's style.
Top
See Also

Reference