Uses of Class
cucumber.table.DataTable

Packages that use DataTable
cucumber.table   
cucumber.table.xstream   
 

Uses of DataTable in cucumber.table
 

Methods in cucumber.table that return DataTable
static DataTable DataTable.create(List<?> raw)
           
 DataTable DataTable.toTable(List<?> raw)
           
 DataTable TableConverter.toTable(List<?> objects, String... columnNames)
          Converts a List of objects to a DataTable.
 

Methods in cucumber.table with parameters of type DataTable
 void DataTable.diff(DataTable other)
          Diffs this table with other.
<T> List<T>
TableConverter.toList(Type itemType, DataTable dataTable)
          Converts a DataTable to a List of objects.
 

Constructors in cucumber.table with parameters of type DataTable
TableDiffer(DataTable origTable, DataTable otherTable)
           
TableDiffException(DataTable tableDiff)
           
 

Uses of DataTable in cucumber.table.xstream
 

Methods in cucumber.table.xstream that return DataTable
 DataTable ListOfObjectWriter.getDataTable()
           
 DataTable ListOfListOfSingleValueWriter.getDataTable()
           
abstract  DataTable DataTableWriter.getDataTable()
           
 



Copyright © 2012. All Rights Reserved.