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

GraphVerifyGraphType Method

porovná typ grafu s typem grafu v grafu

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.Others
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public void VerifyGraphType(
	ChartSettingsPanelChartType chartType,
	int dataset = 0,
	int timeoutInterval = 8,
	int waitingInterval = 100
)

Parameters

chartType
Type: TescoSW.MW.UITests.Common.PageModel.Components.PanelsChartSettingsPanelChartType
typ grafu
dataset (Optional)
Type: SystemInt32
index datasetu
timeoutInterval (Optional)
Type: SystemInt32
doba v sekundách po kterou se má čekat na předanou akci
waitingInterval (Optional)
Type: SystemInt32
interval čekání mezi jednotlivými kontrolami v milisekundách
See Also