Package io.cucumber.messages.types
Class TableCell
- java.lang.Object
-
- io.cucumber.messages.types.TableCell
-
public final class TableCell extends Object
Represents the TableCell message in Cucumber's message protocol- See Also:
- Github - Cucumber - Messages A cell in a `TableRow`
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LocationgetLocation()The location of the cellStringgetValue()The value of the cellinthashCode()StringtoString()
-