|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcucumber.table.DataTable
public class DataTable
Constructor Summary | |
---|---|
DataTable(List<gherkin.formatter.model.DataTableRow> gherkinRows,
TableConverter tableConverter)
|
Method Summary | ||
---|---|---|
|
asList(Type listType)
|
|
void |
diff(List<List<String>> other)
|
|
List<gherkin.formatter.model.DataTableRow> |
getGherkinRows()
|
|
List<List<String>> |
raw()
|
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DataTable(List<gherkin.formatter.model.DataTableRow> gherkinRows, TableConverter tableConverter)
Method Detail |
---|
public List<List<String>> raw()
public <T> List<T> asList(Type listType)
public void diff(List<List<String>> other)
public List<gherkin.formatter.model.DataTableRow> getGherkinRows()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |