Uses of Interface
com.atlassian.jira.webtests.table.SimpleCell

Packages that use SimpleCell
com.atlassian.jira.webtests.table   
 

Uses of SimpleCell in com.atlassian.jira.webtests.table
 

Classes in com.atlassian.jira.webtests.table that implement SimpleCell
 class AbstractSimpleCell
          Convinience abstract class for SimpleCell
 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.
 

Constructors in com.atlassian.jira.webtests.table with parameters of type SimpleCell
AndCell(SimpleCell cell1, SimpleCell cell2)
           
AndCell(SimpleCell cell1, SimpleCell cell2, SimpleCell cell3)
           
AndCell(SimpleCell cell1, SimpleCell cell2, SimpleCell cell3, SimpleCell cell4)
           
AndCell(SimpleCell cell1, SimpleCell cell2, SimpleCell cell3, SimpleCell cell4, SimpleCell cell5)
           
AndCell(SimpleCell cell1, SimpleCell cell2, SimpleCell cell3, SimpleCell cell4, SimpleCell cell5, SimpleCell cell6)
           
NotCell(SimpleCell cell)
           
OrCell(SimpleCell cell1, SimpleCell cell2)
           
OrCell(SimpleCell cell1, SimpleCell cell2, SimpleCell cell3)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.