Class SHAFT.TestData.CSV
java.lang.Object
com.shaft.tools.io.CSVFileManager
com.shaft.driver.SHAFT.TestData.CSV
- Enclosing class:
SHAFT.TestData
Reads test data from CSV files.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CSVFileManagergetInstance(String csvFilePath) Factory method for creating a CSV test-data reader.Methods inherited from class CSVFileManager
getCellCount, getCellCount, getCellData, getCellData, getColumns, getColumnsWithData, getFirstColumn, getLastColumn, getMaxCellValue, getMaxCellValue, getMinCellValue, getMinCellValue, getRows, getSpecificColumnData, getSpecificColumnData, getSpecificColumnName
-
Constructor Details
-
CSV
Creates a new instance of the test data CSV reader using the target CSV file path- Parameters:
csvFilePath- target test data CSV file path
-
-
Method Details
-
getInstance
Factory method for creating a CSV test-data reader.- Parameters:
csvFilePath- target test data CSV file path- Returns:
- a new
CSVFileManagerinstance
-