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

ChartSettingsPanelVerifyCategoryName Method

ověří název kategorie

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.Panels
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntax
C#
public void VerifyCategoryName(
	int index,
	string name,
	bool isTrue = true
)

Parameters

index
Type: SystemInt32
pořadí kategorie
name
Type: SystemString
název kategorie
isTrue (Optional)
Type: SystemBoolean

[Missing <param name="isTrue"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.Panels.ChartSettingsPanel.VerifyCategoryName(System.Int32,System.String,System.Boolean)"]

See Also