Uses of Class
net.thucydides.core.model.DataSetDescriptor
| Package | Description |
|---|---|
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
-
Uses of DataSetDescriptor in net.thucydides.core.model
Fields in net.thucydides.core.model declared as DataSetDescriptor Modifier and Type Field Description static DataSetDescriptorDataSetDescriptor. DEFAULT_DESCRIPTORMethods in net.thucydides.core.model that return DataSetDescriptor Modifier and Type Method Description DataSetDescriptorDataSetDescriptor. forRange(int startRow, int rowCount)DataSetDescriptorDataSetDescriptor. withNameAndDescription(java.lang.String name, java.lang.String description)DataSetDescriptorDataSetDescriptor. withRowCount(int rowCount)Methods in net.thucydides.core.model that return types with arguments of type DataSetDescriptor Modifier and Type Method Description java.util.List<DataSetDescriptor>DataTable. getDataSetDescriptors()Method parameters in net.thucydides.core.model with type arguments of type DataSetDescriptor Modifier and Type Method Description DataTable.DataTableBuilderDataTable.DataTableBuilder. andDescriptors(java.util.List<DataSetDescriptor> descriptors)