Uses of Class
net.thucydides.model.domain.DataSetDescriptor
Packages that use DataSetDescriptor
Package
Description
The Thucydides domain model, which represents acceptance test runs.
-
Uses of DataSetDescriptor in net.thucydides.model.domain
Fields in net.thucydides.model.domain declared as DataSetDescriptorModifier and TypeFieldDescriptionstatic final DataSetDescriptorDataSetDescriptor.DEFAULT_DESCRIPTORMethods in net.thucydides.model.domain that return DataSetDescriptorModifier and TypeMethodDescriptionDataSetDescriptor.forRange(int startRow, int rowCount) DataSetDescriptor.withNameAndDescription(String name, String description) DataSetDescriptor.withRowCount(int rowCount) Methods in net.thucydides.model.domain that return types with arguments of type DataSetDescriptorMethod parameters in net.thucydides.model.domain with type arguments of type DataSetDescriptorModifier and TypeMethodDescriptionDataTable.DataTableBuilder.andDescriptors(List<DataSetDescriptor> descriptors)