Uses of Class
net.sourceforge.jwebunit.html.Table

Packages that use Table
net.sourceforge.jwebunit.api   
net.sourceforge.jwebunit.html   
net.sourceforge.jwebunit.junit   
 

Uses of Table in net.sourceforge.jwebunit.api
 

Methods in net.sourceforge.jwebunit.api that return Table
 Table IJWebUnitDialog.getTable(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.junit
 

Methods in net.sourceforge.jwebunit.junit that return Table
 Table WebTestCase.getTable(String tableSummaryNameOrId)
           
 Table WebTester.getTable(String tableSummaryNameOrId)
           
 

Methods in net.sourceforge.jwebunit.junit with parameters of type Table
 void WebTestCase.assertTableEquals(String tableSummaryNameOrId, Table expectedTable)
          Assert that a specific table matches an ExpectedTable.
 void WebTester.assertTableEquals(String tableSummaryNameOrId, Table expectedTable)
          Assert that a specific table matches an ExpectedTable.
 void WebTestCase.assertTableMatch(String tableSummaryOrId, Table expectedTable)
          Assert that a specific table matches an ExpectedTable.
 void WebTester.assertTableMatch(String tableSummaryOrId, Table expectedTable)
          Assert that a specific table matches an ExpectedTable.
 void WebTestCase.assertTableRowsEqual(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.assertTableRowsEqual(String tableSummaryNameOrId, int startRow, Table expectedTable)
          Assert that a range of rows for a specific table matches a matrix of supplied text values.
 void WebTestCase.assertTableRowsMatch(String tableSummaryOrId, int startRow, Table expectedTable)
          Assert that a range of rows for a specific table matches a matrix of supplied regexps.
 void WebTester.assertTableRowsMatch(String tableSummaryOrId, int startRow, Table expectedTable)
          Assert that a range of rows for a specific table matches a matrix of supplied regexps.
 



Copyright © 2002-2007 SourceForge. All Rights Reserved.