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

DropDownChartCategoryVerifyAggregationFunctionSelected Method

ověří, že radiobutton je vybraný

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 VerifyAggregationFunctionSelected(
	DropDownChartCategoryAggregationFunction aFunction,
	bool isSelected = true,
	int interval = 8
)

Parameters

aFunction
Type: TescoSW.MW.UITests.Common.PageModel.Components.DropDownDropDownChartCategoryAggregationFunction
agregační funkce reprezentovaná radiobuttonem
isSelected (Optional)
Type: SystemBoolean

[Missing <param name="isSelected"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DropDown.DropDownChartCategory.VerifyAggregationFunctionSelected(TescoSW.MW.UITests.Common.PageModel.Components.DropDown.DropDownChartCategory.AggregationFunction,System.Boolean,System.Int32)"]

interval (Optional)
Type: SystemInt32
doba v sekundách po kterou se má čekat na předanou akci
See Also