Package io.cucumber.messages.types
Class DataTable
- java.lang.Object
-
- io.cucumber.messages.types.DataTable
-
public class DataTable extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)LocationgetLocation()* Points to a line and a column in a text file (Required)List<TableRow>getRows()(Required)inthashCode()voidsetLocation(Location location)* Points to a line and a column in a text file (Required)voidsetRows(List<TableRow> rows)(Required)StringtoString()
-