Uses of Class
net.thucydides.core.model.DataTableRow
| Package | Description |
|---|---|
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
-
Uses of DataTableRow in net.thucydides.core.model
Methods in net.thucydides.core.model that return types with arguments of type DataTableRow Modifier and Type Method Description java.util.List<DataTableRow>DataSet. getRows()java.util.List<DataTableRow>DataTable. getRows()Methods in net.thucydides.core.model with parameters of type DataTableRow Modifier and Type Method Description voidTestOutcome. addRow(DataTableRow dataTableRow)DataTable.DataTableBuilderDataTable.DataTableBuilder. andCopyRowDataFrom(DataTableRow row)voidDataTable. appendRow(DataTableRow dataTableRow)Method parameters in net.thucydides.core.model with type arguments of type DataTableRow Modifier and Type Method Description voidDataTable. addRows(java.util.List<DataTableRow> rows)DataTable.DataTableBuilderDataTable.DataTableBuilder. andRowData(java.util.List<DataTableRow> rows)Constructor parameters in net.thucydides.core.model with type arguments of type DataTableRow Constructor Description DataSet(int startRow, int rowCount, java.lang.String name, java.lang.String description, java.util.List<DataTableRow> rows, java.util.List<TestTag> tags)