iAttributeContainsPartialAttributeValue Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Determines whether a partial attribute value is contained in this attribute value Also makes sure the attribute name is correct.

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

public bool ContainsPartialAttributeValue(
	iAttribute partialAttributeToCompare,
	StringComparison comparison
)

Parameters

partialAttributeToCompare
Type: ArtOfTest.WebAii.ObjectModeliAttribute
The partial attribute to compare.
comparison
Type: SystemStringComparison
Type of comparison to perform.

Return Value

Type: Boolean
True/False whether this attribute contains the parital attribute value passed in.
See Also

Reference