|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Table | |
---|---|
net.sourceforge.jwebunit.api | |
net.sourceforge.jwebunit.html | |
net.sourceforge.jwebunit.htmlunit | |
net.sourceforge.jwebunit.junit | |
net.sourceforge.jwebunit.selenium |
Uses of Table in net.sourceforge.jwebunit.api |
---|
Methods in net.sourceforge.jwebunit.api that return Table | |
---|---|
Table |
ITestingEngine.getTable(java.lang.String tableSummaryNameOrId)
Each framework have it's own way to represent a Table. |
Uses of Table in net.sourceforge.jwebunit.html |
---|
Methods in net.sourceforge.jwebunit.html with parameters of type Table | |
---|---|
void |
Table.appendRows(Table table)
Append another table's rows. |
void |
Table.assertEquals(Table t)
|
void |
Table.assertMatch(Table t)
|
void |
Table.assertSubTableEquals(int startRow,
Table t)
|
void |
Table.assertSubTableMatch(int startRow,
Table t)
|
Uses of Table in net.sourceforge.jwebunit.htmlunit |
---|
Methods in net.sourceforge.jwebunit.htmlunit that return Table | |
---|---|
Table |
HtmlUnitTestingEngineImpl.getTable(java.lang.String tableSummaryOrId)
|
Uses of Table in net.sourceforge.jwebunit.junit |
---|
Methods in net.sourceforge.jwebunit.junit that return Table | |
---|---|
Table |
WebTester.getTable(java.lang.String tableSummaryNameOrId)
|
Methods in net.sourceforge.jwebunit.junit with parameters of type Table | |
---|---|
void |
WebTester.assertTableEquals(java.lang.String tableSummaryNameOrId,
Table expectedTable)
Assert that a specific table matches an ExpectedTable. |
void |
WebTester.assertTableMatch(java.lang.String tableSummaryOrId,
Table expectedTable)
Assert that a specific table matches an ExpectedTable. |
void |
WebTester.assertTableRowsEqual(java.lang.String tableSummaryNameOrId,
int startRow,
Table expectedTable)
Assert that a range of rows for a specific table matches a matrix of supplied text values. |
void |
WebTester.assertTableRowsMatch(java.lang.String tableSummaryOrId,
int startRow,
Table expectedTable)
Assert that a range of rows for a specific table matches a matrix of supplied regexps. |
Uses of Table in net.sourceforge.jwebunit.selenium |
---|
Methods in net.sourceforge.jwebunit.selenium that return Table | |
---|---|
Table |
SeleniumTestingEngineImpl.getTable(java.lang.String tableSummaryNameOrId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |