com.tngtech.jgiven.report
Interface AbstractReportModelHandler.ScenarioDataTable

Enclosing class:
AbstractReportModelHandler

public static interface AbstractReportModelHandler.ScenarioDataTable


Nested Class Summary
static interface AbstractReportModelHandler.ScenarioDataTable.Row
          Represents one case of a scenario
 
Method Summary
 java.util.List<java.lang.String> placeHolders()
          The place holders of the data table
 java.util.List<AbstractReportModelHandler.ScenarioDataTable.Row> rows()
          The rows of the table, not including the header
 

Method Detail

placeHolders

java.util.List<java.lang.String> placeHolders()
The place holders of the data table


rows

java.util.List<AbstractReportModelHandler.ScenarioDataTable.Row> rows()
The rows of the table, not including the header