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, getTestngDatapublic 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()
BaseDataDrivegetData in class BaseDataDriveCopyright © 2014. All rights reserved.