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 void
TestOutcome. addRow(DataTableRow dataTableRow)
DataTable.DataTableBuilder
DataTable.DataTableBuilder. andCopyRowDataFrom(DataTableRow row)
void
DataTable. appendRow(DataTableRow dataTableRow)
Method parameters in net.thucydides.core.model with type arguments of type DataTableRow Modifier and Type Method Description void
DataTable. addRows(java.util.List<DataTableRow> rows)
DataTable.DataTableBuilder
DataTable.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)