Uses of Class
net.thucydides.model.domain.DataTableRow
Packages that use DataTableRow
Package
Description
The Thucydides domain model, which represents acceptance test runs.
-
Uses of DataTableRow in net.thucydides.model.domain
Methods in net.thucydides.model.domain that return types with arguments of type DataTableRowMethods in net.thucydides.model.domain with parameters of type DataTableRowModifier and TypeMethodDescriptionvoidTestOutcome.addRow(DataTableRow dataTableRow) DataTable.DataTableBuilder.andCopyRowDataFrom(DataTableRow row) voidDataTable.appendRow(DataTableRow dataTableRow) Method parameters in net.thucydides.model.domain with type arguments of type DataTableRowModifier and TypeMethodDescriptionvoidDataTable.addRows(List<DataTableRow> rows) DataTable.DataTableBuilder.andRowData(List<DataTableRow> rows) Constructor parameters in net.thucydides.model.domain with type arguments of type DataTableRow