Uses of Class
net.thucydides.core.model.DataSetDescriptor
Packages that use DataSetDescriptor
Package
Description
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 DataSetDescriptorModifier and TypeFieldDescriptionstatic final DataSetDescriptorDataSetDescriptor.DEFAULT_DESCRIPTORMethods in net.thucydides.core.model that return DataSetDescriptorModifier and TypeMethodDescriptionDataSetDescriptor.forRange(int startRow, int rowCount) DataSetDescriptor.withNameAndDescription(String name, String description) DataSetDescriptor.withRowCount(int rowCount) Methods in net.thucydides.core.model that return types with arguments of type DataSetDescriptorMethod parameters in net.thucydides.core.model with type arguments of type DataSetDescriptorModifier and TypeMethodDescriptionDataTable.DataTableBuilder.andDescriptors(List<DataSetDescriptor> descriptors)