Uses of Class
org.uitnet.testing.smartfwk.ui.core.file.reader.support.Table
| Package | Description |
|---|---|
| org.uitnet.testing.smartfwk.ui.core.file.reader | |
| org.uitnet.testing.smartfwk.ui.core.file.reader.support |
-
Uses of Table in org.uitnet.testing.smartfwk.ui.core.file.reader
Methods in org.uitnet.testing.smartfwk.ui.core.file.reader that return Table Modifier and Type Method Description static TableCSVFileReader. getData(String filePath)static TableCSVFileReader. getData(String filePath, char delimiter, char quoteChar, boolean trimCellData)static TableExcelFileReader. getSheetData(String filePath, String sheetName) -
Uses of Table in org.uitnet.testing.smartfwk.ui.core.file.reader.support
Constructors in org.uitnet.testing.smartfwk.ui.core.file.reader.support with parameters of type Table Constructor Description TableRow(Table table, int rowIndex)