| Package | Description |
|---|---|
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| Modifier and Type | Field and Description |
|---|---|
static DataSetDescriptor |
DataSetDescriptor.DEFAULT_DESCRIPTOR |
| Modifier and Type | Method and Description |
|---|---|
DataSetDescriptor |
DataSetDescriptor.forRange(int startRow,
int rowCount) |
DataSetDescriptor |
DataSetDescriptor.withNameAndDescription(String name,
String description) |
DataSetDescriptor |
DataSetDescriptor.withRowCount(int rowCount) |
| Modifier and Type | Method and Description |
|---|---|
List<DataSetDescriptor> |
DataTable.getDataSetDescriptors() |
| Modifier and Type | Method and Description |
|---|---|
DataTable.DataTableBuilder |
DataTable.DataTableBuilder.andDescriptors(List<DataSetDescriptor> descriptors) |
| Constructor and Description |
|---|
DataTable(List<String> headers,
List<DataTableRow> rows,
boolean predefinedRows,
String scenarioOutline,
List<DataSetDescriptor> dataSetDescriptors,
AtomicInteger currentRow) |
DataTable(List<String> headers,
List<DataTableRow> rows,
boolean predefinedRows,
String scenarioOutline,
List<DataSetDescriptor> dataSetDescriptors,
AtomicInteger currentRow,
Collection<TestTag> tags) |
DataTable(String scenarioOutline,
List<String> headers,
List<DataTableRow> rows,
String title,
String description,
List<DataSetDescriptor> dataSetDescriptors,
Map<Integer,Long> lineNumbersForEachRow) |
Copyright © 2022. All rights reserved.