Class ListViewCellTestIdContext
java.lang.Object
de.hybris.platform.cockpit.util.testing.impl.ListViewCellTestIdContext
- All Implemented Interfaces:
TestIdContext
A context holding information about a listview cell that can be used by a test id generator.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturn the cell column.intgetRow()Returns the cell row.Return the listviews table model.
-
Constructor Details
-
ListViewCellTestIdContext
-
-
Method Details
-
getTableModel
Return the listviews table model. -
getRow
public int getRow()Returns the cell row. -
getColumn
public int getColumn()Return the cell column.
-