Package com.atlassian.jira.webtests.table
package com.atlassian.jira.webtests.table
-
ClassDescriptionConvinience abstract class for
SimpleCell
A compositeSimpleCell
that 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 thecom.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 thecom.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 textNegate a cell.A compositeSimpleCell
that OR's all the simple cells together.This is interface should be implemented for simple conditional checks to be used incom.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.