public interface SimpleCell
JIRAWebTest.tableRowEquals(com.meterware.httpunit.WebTable, int, java.util.List)
.Modifier and Type | Method and Description |
---|---|
boolean |
equals(com.meterware.httpunit.WebTable table,
int row,
int col)
Checks if the cell table[row][col] is equal to this cell
|
String |
getCellAsText(com.meterware.httpunit.WebTable table,
int row,
int col)
WebTable.getCellAsText(int, int) returns the text of the cell only. |
String getCellAsText(com.meterware.httpunit.WebTable table, int row, int col)
WebTable.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. ImageCell
will return the cells information about the image rather than the text.table
- tablerow
- row index (starting from 0)col
- col index (starting from 0)boolean equals(com.meterware.httpunit.WebTable table, int row, int col)
table
- tablerow
- row index (starting from 0)col
- col index (starting from 0)Copyright © 2002-2024 Atlassian. All Rights Reserved.