Interface | Description |
---|---|
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 | Description |
---|---|
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.
|
TableData |
Convinience class to create a table (two dimensional array).
|
TextCell |
Checks if the cell has each string in the texts array using indexOf.
|
Copyright © 2002-2023 Atlassian. All Rights Reserved.