public class CellMatchers extends Object
CellMatcher
s.Constructor and Description |
---|
CellMatchers() |
Modifier and Type | Method and Description |
---|---|
static CellMatcher |
at(int theRow,
int col) |
static CellMatcher |
column(int col) |
static CellMatcher |
ofType(Class<?> clazz) |
static CellMatcher |
row(int theRow) |
static CellMatcher |
table() |
public static CellMatcher table()
public static CellMatcher column(int col)
col
- the column to selectpublic static CellMatcher row(int theRow)
theRow
- the row to selectpublic static CellMatcher at(int theRow, int col)
theRow
- the row to selectcol
- the column to selectpublic static CellMatcher ofType(Class<?> clazz)
clazz
- the type that cells should containCopyright © 2017 Pivotal Software, Inc.. All rights reserved.