Class AbstractSimpleCell
java.lang.Object
com.atlassian.jira.webtests.table.AbstractSimpleCell
- All Implemented Interfaces:
SimpleCell
- Direct Known Subclasses:
AndCell,EmptyCell,ImageCell,LinkCell,NotCell,OrCell,StrictTextCell,TextCell
Convinience abstract class for
SimpleCell- Since:
- v3.12
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCellAsText(com.meterware.httpunit.WebTable table, int row, int col) WebTable.getCellAsText(int, int)returns the text of the cell only.voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.webtests.table.SimpleCell
equals
-
Constructor Details
-
AbstractSimpleCell
public AbstractSimpleCell()
-
-
Method Details
-
getCellAsText
Description copied from interface:SimpleCellWebTable.getCellAsText(int, int)returns the text of the cell only. Using this in log statements is often useless because it does not give interesting information. Eg.ImageCellwill return the cells information about the image rather than the text.- Specified by:
getCellAsTextin interfaceSimpleCell- Parameters:
table- tablerow- row index (starting from 0)col- col index (starting from 0)- Returns:
- String representing the WebTable cell that is interesting to this SimpleCell
-
log
-