| Fields inherited from class | Fields |
|---|---|
class AbstractTestData |
hasHeaders, sourceUrl |
| 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 |
List<List<String>> |
getData()Collect all data of this csv data with type as String |
int |
getRowNumbers()Get total rows of the test data |
TestDataType |
getType()Get the type of the test data |
protected String |
internallyGetValue(String columnName, int rowIndex) |
protected 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 |
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
Collect all data of this csv data with type as String
Get total rows of the test data
Get the type of the test data