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

GraphVerifyLabels Method

Porovnání hodnot ListFrame pro daný sloupec s labely grafu.

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.Others
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntax
C#
public void VerifyLabels(
	List<string> listFrameLabels,
	bool sort = true
)

Parameters

listFrameLabels
Type: System.Collections.GenericListString
labely z listframu
sort (Optional)
Type: SystemBoolean
seřadit list před porovnáním
See Also