public abstract class AbstractSimpleCell extends Object implements SimpleCell
SimpleCell
Constructor and Description |
---|
AbstractSimpleCell() |
Modifier and Type | Method and Description |
---|---|
String |
getCellAsText(com.meterware.httpunit.WebTable table,
int row,
int col)
WebTable.getCellAsText(int, int) returns the text of the cell only. |
void |
log(String msg) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public String getCellAsText(com.meterware.httpunit.WebTable table, int row, int col)
SimpleCell
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.getCellAsText
in interface SimpleCell
table
- tablerow
- row index (starting from 0)col
- col index (starting from 0)public void log(String msg)
Copyright © 2002-2015 Atlassian. All Rights Reserved.