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

FilterItemVerifyConditionType Method

Ověří, že vstup spojka filtru odpovídá požadované hodnotě

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.DropDown
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public void VerifyConditionType(
	FilterItemConditionType type,
	string message = "Podmínka filtru neodpovídá požadovanému stavu!"
)

Parameters

type
Type: TescoSW.MW.UITests.Common.PageModel.Components.DropDownFilterItemConditionType
Požadovaná spojka AND/OR
message (Optional)
Type: SystemString
Chybová zpráva
See Also