public class CellMatchers extends Object
CellMatcher
s.Constructor and Description |
---|
CellMatchers() |
Modifier and Type | Method and Description |
---|---|
static CellMatcher |
column(int col)
Return a matcher that applies to every cell of some column of the table.
|
static CellMatcher |
ofType(Class<?> clazz) |
static CellMatcher |
row(int theRow)
Return a matcher that applies to every cell of some row of the table.
|
static CellMatcher |
table()
Return a matcher that applies to every cell of the table.
|
public static CellMatcher table()
public static CellMatcher column(int col)
public static CellMatcher row(int theRow)
public static CellMatcher ofType(Class<?> clazz)