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

A cell in a `TableRow`

  • Constructor Details

  • Method Details

    • getLocation

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

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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object