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

GraphVerifyDataT Method

Porovnání hodnot ListFrame pro daný sloupec s daty 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 VerifyData<T>(
	List<T> listFrameData,
	int dataset = 0
)

Parameters

listFrameData
Type: System.Collections.GenericListT
data z listframu
dataset (Optional)
Type: SystemInt32
index datasetu

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.Others.Graph.VerifyData``1(System.Collections.Generic.List{``0},System.Int32)"]

See Also