| Package | Description |
|---|---|
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataTableRow> |
DataTable.getRows() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataTable.addRow(DataTableRow dataTableRow) |
void |
TestOutcome.addRow(DataTableRow dataTableRow) |
DataTable.DataTableBuilder |
DataTable.DataTableBuilder.andCopyRowDataFrom(DataTableRow row) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataTable.addRows(List<DataTableRow> rows) |
DataTable.DataTableBuilder |
DataTable.DataTableBuilder.andRowData(List<DataTableRow> rows) |
| Constructor and Description |
|---|
DataTable.DataTableBuilder(List<String> headers,
List<DataTableRow> rows) |
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.