| Fields inherited from class | Fields |
|---|---|
class AbstractTestData |
hasHeaders, sourceUrl |
| Type | Name and description |
|---|---|
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 |
List<List<Object>> |
getData() |
TestDataInfo |
getDataInfo() |
Date |
getRetrievedDate() |
int |
getRowNumbers()Get total rows of the test data |
TestDataType |
getType()Get the type of the test data |
protected Object |
internallyGetValue(int columnIndex, int rowIndex) |
protected Object |
internallyGetValue(String columnName, int rowIndex) |
protected void |
verifyColumnName(String columnName) |
| Methods inherited from class | Name |
|---|---|
class AbstractTestData |
activeHeaders, getDataInfo, getHeaderRowIdx, getObjectValue, getObjectValue, getSourceUrl, getValue, getValue, hasHeaders, internallyGetValue, internallyGetValue, verifyColumnIndex, verifyColumnName, verifyRowIndex |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Collect all data of this test data
Get all column names of the test data
Get total column of the test data
Get total rows of the test data
Get the type of the test data