Class 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`
    • Constructor Detail

    • Method Detail

      • getLocation

        public Location getLocation()
        The location of the cell
      • getValue

        public String getValue()
        The value of the cell
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object