AssertContent Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Assert the content of an HtmlControl
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.ControlsBaseControlAssertHtmlControl
    ArtOfTest.WebAii.Controls.HtmlControls.HtmlAssertsAssertContent

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 AssertContent : BaseControlAssert<HtmlControl>

The AssertContent type exposes the following members.

Constructors

  NameDescription
Public methodAssertContent
Create an new AssertContent.
Public methodAssertContent(HtmlControl)
Create a new AssertContent
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 methodInnerMarkup
Assert the InnerMarkup of the element.
Public methodInnerText
Assert the InnerText of the element.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOuterMarkup
Assert the OuterMarkup of the element.
Public methodStartTagContent
Assert the StartTagContent of the element.
Public methodTextContent
Assert the TextContent of the element.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference