| Modifiers | Name | Description |
|---|---|---|
int |
BASE_INDEX |
| Type | Name and description |
|---|---|
void |
activeHeaders(boolean active)Set if this test data has headers |
List<List<Object>> |
getAllData()Collect all data of this test data |
String[] |
getColumnNames()Get all column names of the test data |
int |
getColumnNumbers()Get total column of the test data |
TestDataInfo |
getDataInfo()Used for logging |
Object |
getObjectValue(String columnName, int rowIndex)Get raw value of the test data at a cell with the column name and row index |
Object |
getObjectValue(int columnIndex, int rowIndex)Get raw value of the test data at a cell with the column index and row index |
int |
getRowNumbers()Get total rows of the test data |
String |
getSourceUrl()Get the url of the data source |
TestDataType |
getType()Get the type of the test data |
String |
getValue(String columnName, int rowIndex)Get value (in String) of the test data at a cell with the column name and row index |
String |
getValue(int columnIndex, int rowIndex)Get value (in String) of the test data at a cell with the column index and row index |
boolean |
hasHeaders()Check if this test data has headers |
Set if this test data has headers
active - true to set this test data to use headersCollect all data of this test data
Get all column names of the test data
Get total column of the test data
Used for logging
Get raw value of the test data at a cell with the column name and row index
columnName - column namerowIndex - row index (row number), starting from 1Get raw value of the test data at a cell with the column index and row index
columnIndex - index of the column, starting from 1rowIndex - row numberGet total rows of the test data
Get the url of the data source
Get the type of the test data
Get value (in String) of the test data at a cell with the column name and row index
columnName - column namerowIndex - row index (row number), starting from 1Get value (in String) of the test data at a cell with the column index and row index
columnIndex - column index (column number), starting from 1rowIndex - row index (row number), starting from 1Check if this test data has headers