public class DataSet extends Object
| Constructor and Description |
|---|
DataSet(int startRow,
int rowCount,
String name,
String description,
List<DataTableRow> rows,
List<TestTag> tags) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
List<DataTableRow> |
getRows() |
int |
getStartRow() |
List<TestTag> |
getTags() |
Copyright © 2023. All rights reserved.