public class TableViews extends Object
| Constructor and Description |
|---|
TableViews() |
| Modifier and Type | Method and Description |
|---|---|
protected static TableCell<?,?> |
cell(String tableSelector,
int row,
int column) |
protected static Object |
cellValue(String tableSelector,
int row,
int column) |
static <S> org.hamcrest.Matcher<S> |
containsCell(Object cellValue) |
static int |
numberOfRowsIn(String tableQuery)
Get the number of rows in the table that matches the CSS query tableQuery.
|
static int |
numberOfRowsIn(TableView<?> table)
Get the number of rows in the table.
|
protected static TableRow<?> |
row(String tableSelector,
int row) |
public static int numberOfRowsIn(TableView<?> table)
table - public static int numberOfRowsIn(String tableQuery)
tableQuery - public static <S> org.hamcrest.Matcher<S> containsCell(Object cellValue)
protected static Object cellValue(String tableSelector, int row, int column)
tableSelector - CSS selectorrow - row numbercolumn - column numberprotected static TableRow<?> row(String tableSelector, int row)
tableSelector - Selektor zur Identifikation der Tabelle. //TODO translate to englishrow - Zeilennummer