public class ExcelDataDrive extends BaseDataDrive
Constructor and Description |
---|
ExcelDataDrive(File file) |
ExcelDataDrive(File file,
int sheetNo) |
ExcelDataDrive(String filePath) |
ExcelDataDrive(String filePath,
int sheetNo) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,List<String>> |
getData()
Method to be implemented by the extending class for providing the parsed Data of the respective data file.
|
getClassObjectList, getTestngData
public ExcelDataDrive(String filePath)
public ExcelDataDrive(File file)
public ExcelDataDrive(String filePath, int sheetNo)
public ExcelDataDrive(File file, int sheetNo)
protected Map<String,List<String>> getData()
BaseDataDrive
getData
in class BaseDataDrive
Copyright © 2014. All rights reserved.