com.tngtech.jgiven.report
Interface AbstractReportModelHandler.ScenarioDataTable.Row

Enclosing interface:
AbstractReportModelHandler.ScenarioDataTable

public static interface AbstractReportModelHandler.ScenarioDataTable.Row

Represents one case of a scenario


Method Summary
 java.util.List<java.lang.String> arguments()
          The argument values of the case
 int nr()
          The row number starting from 1
 ExecutionStatus status()
          The execution status of the case
 

Method Detail

nr

int nr()
The row number starting from 1


status

ExecutionStatus status()
The execution status of the case


arguments

java.util.List<java.lang.String> arguments()
The argument values of the case