|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.seleniuminspector.ElementInspector
org.seleniuminspector.ElementByReferenceInspector
org.seleniuminspector.html.TableRowInspector
public class TableRowInspector
| Constructor Summary | |
|---|---|
TableRowInspector(TableSectionInspector section,
ElementInspector row)
|
|
TableRowInspector(TableSectionInspector section,
int rowIndex)
|
|
| Method Summary | |
|---|---|
void |
assertCellParams(TableCellParams[] cellParamsArray)
Ensures that this row's cells are specified correctly according to the passed parameters. |
void |
assertCellStyles(java.lang.String style)
Checks that all of the CSS property declarations specified in the passed style are actually applied to all of this row's cells. |
TableCellInspector |
cell(int cellIndex)
|
int |
cellCount()
|
protected TableSectionInspector |
getSection()
|
| Methods inherited from class org.seleniuminspector.ElementByReferenceInspector |
|---|
getElementReferenceExpression, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TableRowInspector(TableSectionInspector section,
int rowIndex)
public TableRowInspector(TableSectionInspector section,
ElementInspector row)
| Method Detail |
|---|
protected TableSectionInspector getSection()
public void assertCellParams(TableCellParams[] cellParamsArray)
cellParamsArray - that contains expected parameters for all of the row's cells. The size of this array
should be the same as the number of cells in this row.public TableCellInspector cell(int cellIndex)
public int cellCount()
public void assertCellStyles(java.lang.String style)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||