| Modifier and Type | Method and Description |
|---|---|
TableCell |
column(int column)
Creates a new table cell using the row index specified in
TableCell.row(int) and the column index
specified as the argument in this method. |
@Nonnull public TableCell column(int column)
TableCell.row(int) and the column index
specified as the argument in this method.column - the column index of the table cell to create.Copyright © 2014 AssertJ. All rights reserved.