public class EmptyCell extends AbstractSimpleCell
Constructor and Description |
---|
EmptyCell() |
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 |
toString() |
getCellAsText, log
public boolean equals(com.meterware.httpunit.WebTable table, int row, int col)
SimpleCell
table
- tablerow
- row index (starting from 0)col
- col index (starting from 0)Copyright © 2002-2024 Atlassian. All Rights Reserved.