IEasyTestGrid Methods
Exposes the API that provides access to a data grid in test code.
Name | Description |
---|---|
Clear |
Unselects the previously selected rows.
Inherited from IEasy |
Execute |
Inherited from IEasy |
Execute |
Inherited from IEasy |
Expand |
Expands a specified group.
Inherited from IEasy |
Fill |
Fills an edited row with new values.
Inherited from IEasy |
Fill |
Fills the specified row with the new values.
Inherited from IEasy |
Get |
Returns a collection of strings that represent row values. |
Get |
Gets the row count. |
Get |
Gets a specified row’s index. |
Get |
Returns a dictionary that contains all visible grid records and their indexes. |
Get |
Returns the array of selected rows’ indexes.
Inherited from IEasy |
Get |
Returns a dictionary that contains selected grid records and their indexes.
Inherited from IEasy |
Group |
Groups grid rows by a specified column.
Inherited from IEasy |
Inline |
Cancels the edit action of a row.
Inherited from IEasy |
Inline |
Starts editing a specified row.
Inherited from IEasy |
Inline |
Creates a new row and opens it for inline editing.
Inherited from IEasy |
Inline |
Commits changes and stops editing a row.
Inherited from IEasy |
Process |
Opens Detail Views for specified records (imitates a click on a grid row). |
Row |
Checks whether the specified rows exist. |
Select |
Selects specified grid records.
Inherited from IEasy |
Sort |
Sorts grid values by a specified column.
Inherited from IEasy |
Ungroup |
Ungroups grid data.
Inherited from IEasy |
Unselect |
Unselects specified grid records.
Inherited from IEasy |
See Also