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, waitequalspublic String getCellAsText(com.meterware.httpunit.WebTable table, int row, int col)
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. ImageCell
will return the cells information about the image rather than the text.getCellAsText in interface SimpleCelltable - tablerow - row index (starting from 0)col - col index (starting from 0)public void log(String msg)
Copyright © 2002-2024 Atlassian. All Rights Reserved.