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

CellVerifyTextValue Method

Ověří zobrazený text v buňce

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.DataGrid
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntax
C#
public Cell VerifyTextValue(
	string value,
	string message = null,
	bool condition = true
)

Parameters

value
Type: SystemString
Ověřovaná hodnota
message (Optional)
Type: SystemString
Volitelná chybová hláška
condition (Optional)
Type: SystemBoolean
Podmínka určující zda-li hodnota má odpovídat, či ne

Return Value

Type: Cell

[Missing <returns> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DataGrid.Cell.VerifyTextValue(System.String,System.String,System.Boolean)"]

Implements

ICellVerifyTextValue(String, String, Boolean)
See Also