|
||||||||||
| 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.TableInspector
public class TableInspector
| Constructor Summary | |
|---|---|
TableInspector(ElementInspector tableElement)
|
|
TableInspector(java.lang.String locator)
|
|
| Method Summary | |
|---|---|
void |
assertBodyRowTexts(java.lang.String... expectedRowTexts)
|
TableSectionInspector |
body()
|
TableColumnInspector |
column(int columnIndex)
|
protected TableSectionInspector |
createSectionInspector(java.lang.String sectionTagName)
|
TableSectionInspector |
footer()
|
int |
getColumnCount()
|
TableSectionInspector |
header()
|
| 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 TableInspector(ElementInspector tableElement)
public TableInspector(java.lang.String locator)
| Method Detail |
|---|
public TableSectionInspector header()
public TableSectionInspector body()
public TableSectionInspector footer()
protected TableSectionInspector createSectionInspector(java.lang.String sectionTagName)
public int getColumnCount()
public TableColumnInspector column(int columnIndex)
public void assertBodyRowTexts(java.lang.String... expectedRowTexts)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||