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

CheckBoxCellVerifyValid Method

Ověří, jestli je komponenta označena jako validní

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.DataGrid
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public void VerifyValid(
	bool isValid = true,
	int interval = 8
)

Parameters

isValid (Optional)
Type: SystemBoolean

[Missing <param name="isValid"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DataGrid.CheckBoxCell.VerifyValid(System.Boolean,System.Int32)"]

interval (Optional)
Type: SystemInt32

[Missing <param name="interval"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DataGrid.CheckBoxCell.VerifyValid(System.Boolean,System.Int32)"]

See Also