public class TextCell extends AbstractSimpleCell
| Constructor and Description |
|---|
TextCell(String text) |
TextCell(String[] texts) |
TextCell(String text1,
String text2) |
| 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, logpublic boolean equals(com.meterware.httpunit.WebTable table,
int row,
int col)
SimpleCelltable - tablerow - row index (starting from 0)col - col index (starting from 0)Copyright © 2002-2018 Atlassian. All Rights Reserved.