Package net.thucydides.core.model
Class DataSetDescriptor
java.lang.Object
net.thucydides.core.model.DataSetDescriptor
Created by john on 13/08/2014.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDataSetDescriptor(int startrow, int rowCount) DataSetDescriptor(int startRow, int rowCount, String name, String description, List<TestTag> tags) -
Method Summary
Modifier and TypeMethodDescriptionvoidforRange(int startRow, int rowCount) intgetName()intintgetTags()withNameAndDescription(String name, String description) withRowCount(int rowCount)
-
Field Details
-
DEFAULT_DESCRIPTOR
-
-
Constructor Details
-
DataSetDescriptor
-
DataSetDescriptor
public DataSetDescriptor(int startrow, int rowCount)
-
-
Method Details
-
getStartRow
public int getStartRow() -
getRowCount
public int getRowCount() -
getName
-
getDescription
-
withNameAndDescription
-
withRowCount
-
addTags
-
getTags
-
forRange
-
getLastRow
public int getLastRow()
-