Uses of Class
net.thucydides.core.model.DataTableRow
Packages that use DataTableRow
Package
Description
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 DataTableRowMethods in net.thucydides.core.model with parameters of type DataTableRowModifier and TypeMethodDescriptionvoidTestOutcome.addRow(DataTableRow dataTableRow) DataTable.DataTableBuilder.andCopyRowDataFrom(DataTableRow row) voidDataTable.appendRow(DataTableRow dataTableRow) Method parameters in net.thucydides.core.model with type arguments of type DataTableRowModifier and TypeMethodDescriptionvoidDataTable.addRows(List<DataTableRow> rows) DataTable.DataTableBuilder.andRowData(List<DataTableRow> rows) Constructor parameters in net.thucydides.core.model with type arguments of type DataTableRow