Package io.cucumber.messages.types
Class DataTable
- java.lang.Object
-
- io.cucumber.messages.types.DataTable
-
public final class DataTable extends Object
Represents the DataTable message in Cucumber's message protocol- See Also:
- Github - Cucumber - Messages
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LocationgetLocation()List<TableRow>getRows()inthashCode()StringtoString()
-
-
-
Method Detail
-
getLocation
public Location getLocation()
-
-