| 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<String> |
getData() |
int |
getRowNumbers()Get total rows of the test data |
TestDataType |
getType()Get the type of the test data |
String |
internallyGetValue(String columnName, int rowIndex) |
String |
internallyGetValue(int columnIndex, int rowIndex) |
| 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