public abstract class ExcelData extends AbstractTestData
| Fields inherited from class | Fields |
|---|---|
class AbstractTestData |
hasHeaders, sourceUrl |
| Type | Name and description |
|---|---|
List<List<Object>> |
getAllData()Collect all data of this test data |
int |
getMaxColumn(int rowIndex)Get the max column of a row |
String |
getSheetName()Get the sheet name of this excel data |
TestDataType |
getType()Get the type of the test data |
| 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 the max column of a row
rowIndex - the row indexGet the sheet name of this excel data
Get the type of the test data