| Package | Description |
|---|---|
| core.helpers | |
| core.helpers.excelHelper | |
| core.support.listeners |
| Modifier and Type | Method and Description |
|---|---|
static ExcelObject |
Helper.excel_setExcelFile(ExcelObject excel)
gets the excel file And the work sheet
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Helper.excel_getCellData(ExcelObject excel)
This method is to read the test data from the Excel cell, in this we are
passing parameters as Row num And Col num
|
static List<String> |
Helper.excel_getColumData(ExcelObject excel)
returns all the column data as array list of string
|
static void |
Helper.excel_setCellData(ExcelObject excel)
This method is to write in the Excel cell, Row num And Col num are the
parameters
|
static ExcelObject |
Helper.excel_setExcelFile(ExcelObject excel)
gets the excel file And the work sheet
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Helper.excel_setCellData(List<ExcelObject> excelObjects) |
| Modifier and Type | Method and Description |
|---|---|
static ExcelObject |
ExcelHelper.setExcelFile(ExcelObject excel)
gets the excel file And the work sheet
|
ExcelObject |
ExcelObject.withColumn(int column) |
ExcelObject |
ExcelObject.withExcelFile(String file) |
ExcelObject |
ExcelObject.withExcelWBook(org.apache.poi.xssf.usermodel.XSSFWorkbook ExcelWBook) |
ExcelObject |
ExcelObject.withExcelWSheet(org.apache.poi.xssf.usermodel.XSSFSheet ExcelWSheet) |
ExcelObject |
ExcelObject.withRow(int row) |
ExcelObject |
ExcelObject.withSheetName(String sheetName) |
ExcelObject |
ExcelObject.withValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ExcelHelper.getCellData(ExcelObject excel)
This method is to read the test data from the Excel cell, in this we are
passing parameters as Row num And Col num
|
static List<String> |
ExcelHelper.getColumData(ExcelObject excel)
returns all the column data as array list of string
|
static void |
ExcelHelper.setCellData(ExcelObject excel)
This method is to write in the Excel cell, Row num And Col num are the
parameters
|
static ExcelObject |
ExcelHelper.setExcelFile(ExcelObject excel)
gets the excel file And the work sheet
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ExcelHelper.setCellData(List<ExcelObject> excelObjects) |
| Modifier and Type | Field and Description |
|---|---|
static List<ExcelObject> |
RetryTest.exceList |
Copyright © 2019. All rights reserved.