public static class TableCellByColumnId.TableCellBuilder extends Object
TableCellByColumnIds.| Modifier and Type | Method and Description |
|---|---|
TableCellByColumnId |
columnId(Object columnId)
Creates a new table cell finder using the row index specified in
TableCellByColumnId.row(int) and the
column id specified as the argument in this method. |
public TableCellByColumnId columnId(@Nonnull Object columnId)
TableCellByColumnId.row(int) and the
column id specified as the argument in this method.columnId - the name of the column in the table cell to find.Copyright © 2014 AssertJ. All rights reserved.