Package com.atlassian.jira.webtests.table
package com.atlassian.jira.webtests.table
-
ClassDescriptionConvinience abstract class for
SimpleCellA compositeSimpleCellthat AND's all the simple cells together.Checks if the cell has no textRepresents a HTML table found on a page in a test.This is used with theto check if an image with given url exists in a specified table cell.invalid reference
com.atlassian.jira.webtests.JIRAWebTest#tableRowEquals(com.meterware.httpunit.WebTable, int, java.util.List)This is used with theto identify which table cells should check for a link and not a textinvalid reference
com.atlassian.jira.webtests.JIRAWebTest#tableRowEquals(com.meterware.httpunit.WebTable, int, java.util.List)Negate a cell.A compositeSimpleCellthat 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.