|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractSimpleCell | |
|---|---|
| com.atlassian.jira.webtests.table | |
| Uses of AbstractSimpleCell in com.atlassian.jira.webtests.table |
|---|
| Subclasses of AbstractSimpleCell in com.atlassian.jira.webtests.table | |
|---|---|
class |
AndCell
A composite SimpleCell that
AND's all the simple cells together. |
class |
EmptyCell
Checks if the cell has no text |
class |
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. |
class |
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 |
class |
NotCell
Negate a cell. |
class |
OrCell
A composite SimpleCell that
OR's all the simple cells together. |
class |
StrictTextCell
An implementation of SimpleCell which will do a strict check for the expected text. |
class |
TextCell
Checks if the cell has each string in the texts array using indexOf. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||