|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| SimpleCell | This is interface should be implemented for simple conditional checks to be used
in JIRAWebTest.tableRowEquals(com.meterware.httpunit.WebTable, int, java.util.List). |
| Class Summary | |
|---|---|
| AbstractSimpleCell | Convinience abstract class for SimpleCell |
| AndCell | A composite SimpleCell that
AND's all the simple cells together. |
| EmptyCell | Checks if the cell has no text |
| HtmlTable | Represents a HTML table found on a page in a test. |
| ImageCell | This is used with the JIRAWebTest.tableRowEquals(com.meterware.httpunit.WebTable, int, java.util.List)
to check if an image with given url exists in a specified table cell. |
| LinkCell | This is used with the JIRAWebTest.tableRowEquals(com.meterware.httpunit.WebTable,int,java.util.List)
to identify which table cells should check for a link and not a text |
| NotCell | Negate a cell. |
| OrCell | A composite SimpleCell that
OR's all the simple cells together. |
| StrictTextCell | An implementation of SimpleCell which will do a strict check for the expected text. |
| StrictTextCellTest | Unit test for StrictTextCell. |
| TableData | Convinience class to create a table (two dimensional array). |
| TextCell | Checks if the cell has each string in the texts array using indexOf. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||