cucumber.table
Class DataTable

java.lang.Object
  extended by cucumber.table.DataTable

public class DataTable
extends Object


Constructor Summary
DataTable(List<gherkin.formatter.model.DataTableRow> gherkinRows, TableConverter tableConverter)
           
 
Method Summary
<T> List<T>
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

DataTable

public DataTable(List<gherkin.formatter.model.DataTableRow> gherkinRows,
                 TableConverter tableConverter)
Method Detail

raw

public List<List<String>> raw()

asList

public <T> List<T> asList(Type listType)

diff

public void diff(List<List<String>> other)

getGherkinRows

public List<gherkin.formatter.model.DataTableRow> getGherkinRows()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.