Package io.cucumber.messages.types
Class TableRow
- java.lang.Object
-
- io.cucumber.messages.types.TableRow
-
public final class TableRow extends Object
Represents the TableRow message in Cucumber's message protocol- See Also:
- Github - Cucumber - Messages A row in a table
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<TableCell>getCells()Cells in the rowStringgetId()LocationgetLocation()The location of the first cell in the rowinthashCode()StringtoString()
-