public abstract class ExcelData extends AbstractTestData implements SpreadSheet
Fields inherited from class | Fields |
---|---|
class AbstractTestData |
hasHeaders, properties, sourceUrl |
Type Params | Return Type | Name and description |
---|---|---|
|
public List<List<Object>> |
getAllData() Collect all data of this test data |
|
public abstract int |
getMaxColumn(int rowIndex) Get the max column of a row |
|
public abstract String |
getSheetName() Get the sheet name of this excel data |
|
public final TestDataType |
getType() Get the type of the test data |
Methods inherited from class | Name |
---|---|
class AbstractTestData |
activeHeaders, getDataInfo, getHeaderRowIdx, getObjectValue, getObjectValue, getProperty, getSourceUrl, getValue, getValue, hasHeaders, internallyGetValue, internallyGetValue, setProperty, verifyColumnIndex, verifyColumnName, verifyRowIndex |
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