Class SHAFT.TestData.EXCEL
java.lang.Object
com.shaft.tools.io.ExcelFileManager
com.shaft.driver.SHAFT.TestData.EXCEL
- Enclosing class:
SHAFT.TestData
Reads test data from Microsoft Excel files.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExcelFileManagergetInstance(String excelFilePath) Factory method for creating an Excel test-data reader.Methods inherited from class ExcelFileManager
getCellData, getCellData, getCellData, getColumnNameUsingRowNameAndCellData, getColumnNameUsingRowNameAndCellData, getLastColumnNumber, getLastColumnNumber
-
Constructor Details
-
EXCEL
Creates a new instance of the test data Excel reader using the target Excel file path- Parameters:
excelFilePath- target test data Excel file path
-
-
Method Details
-
getInstance
Factory method for creating an Excel test-data reader.- Parameters:
excelFilePath- target test data Excel file path- Returns:
- a new
ExcelFileManagerinstance
-