Click or drag to resize
Tesco SW, a.s.

ExtensionMethodsVerifyExtendedProperties Method

Ověří, zda má element požadované extended properties a pokud ne, tak failne assert

Namespace:  TescoSW.MW.UITests.Common
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public static void VerifyExtendedProperties(
	this IBaseElement element,
	string extendedProperties,
	string errorText = null
)

Parameters

element
Type: TescoSW.MW.UITests.Common.PageModel.ComponentsIBaseElement
Element, na kterém se kontroluje vlastnost
extendedProperties
Type: SystemString
Očekávaná hodnota atributu ExtendedProperties
errorText (Optional)
Type: SystemString
Volitelný text chyby assertu

Return Value

Type: 

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IBaseElement. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also