AssertStyleList Method (HtmlStyleList, String, HtmlStyleType, StringCompareType)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Assert List styles.

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

public bool List(
	HtmlStyleList styleName,
	string expectedValue,
	HtmlStyleType styleType,
	StringCompareType compareType
)

Parameters

styleName
Type: ArtOfTest.WebAii.Controls.HtmlControls.HtmlAssertsHtmlStyleList
The style name.
expectedValue
Type: SystemString
The expected value.
styleType
Type: ArtOfTest.WebAii.Controls.HtmlControls.HtmlAssertsHtmlStyleType
Either computed or inline.
compareType
Type: ArtOfTest.CommonStringCompareType
String compare type

Return Value

Type: Boolean
True if the values match else will throw an AssertException.
See Also

Reference