public class HTMLTableData extends ExcelData
Fields inherited from class | Fields |
---|---|
class AbstractTestData |
hasHeaders, properties, sourceUrl |
Constructor and description |
---|
HTMLTableData
(String sourceUrl, boolean hasHeaders) |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
activeHeaders(boolean active) Set if this test data has headers |
|
public void |
changeSheet(String sheetName) This method does nothing for this type of test data |
|
public String[] |
getColumnNames() Get all column names of the test data |
|
public int |
getColumnNumbers() Get total column of the test data |
|
public int |
getMaxColumn(int rowIndex) Get the max column of a row |
|
public int |
getRowNumbers() Get total rows of the test data |
|
public String |
getSheetName() Get the sheet name of this excel data |
|
public String[] |
getSheetNames() Get all sheet names of the parent excel file |
|
protected String |
internallyGetValue(String columnName, int rowIndex) |
|
protected String |
internallyGetValue(int columnIdx, int rowIndex) |
Methods inherited from class | Name |
---|---|
class ExcelData |
getAllData, getMaxColumn, getSheetName, getType |
class AbstractTestData |
activeHeaders, getDataInfo, getHeaderRowIdx, getObjectValue, getObjectValue, getProperty, getSourceUrl, getValue, getValue, hasHeaders, internallyGetValue, internallyGetValue, setProperty, verifyColumnIndex, verifyColumnName, verifyRowIndex |
Set if this test data has headers
active
- true to set this test data to use headersThis method does nothing for this type of test data
Get all column names of the test data
Get total column of the test data
Get the max column of a row
rowIndex
- the row indexGet total rows of the test data
Get all sheet names of the parent excel file