Package com.atlassian.jira.webtests.table


package com.atlassian.jira.webtests.table
  • Class
    Description
    Convinience abstract class for SimpleCell
    A composite SimpleCell that AND's all the simple cells together.
    Checks if the cell has no text
    Represents a HTML table found on a page in a test.
    This is used with the
    invalid reference
    com.atlassian.jira.webtests.JIRAWebTest#tableRowEquals(com.meterware.httpunit.WebTable, int, java.util.List)
    to check if an image with given url exists in a specified table cell.
    This is used with the
    invalid reference
    com.atlassian.jira.webtests.JIRAWebTest#tableRowEquals(com.meterware.httpunit.WebTable, int, java.util.List)
    to identify which table cells should check for a link and not a text
    Negate a cell.
    A composite SimpleCell that OR's all the simple cells together.
    This is interface should be implemented for simple conditional checks to be used in
    invalid reference
    com.atlassian.jira.webtests.JIRAWebTest#tableRowEquals(com.meterware.httpunit.WebTable, int, java.util.List)
    .
    An implementation of SimpleCell which will do a strict check for the expected text.
    Convinience class to create a table (two dimensional array).
    Checks if the cell has each string in the texts array using indexOf.