 | 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
Syntaxpublic 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