java.lang.Object |
↳ |
com.meterware.httpunit.WebTable |
|
↳ |
com.meterware.httpunit.MockWebTable |
Class Overview
Mock WebTable for HTTP Unit.
Summary
[Expand]
Inherited Fields |
From class
com.meterware.httpunit.WebTable
public
static
final
HTMLElementPredicate |
MATCH_FIRST_NONBLANK_CELL |
|
public
static
final
HTMLElementPredicate |
MATCH_FIRST_NONBLANK_CELL_PREFIX |
|
public
static
final
HTMLElementPredicate |
MATCH_ID |
|
public
static
final
HTMLElementPredicate |
MATCH_SUMMARY |
|
|
[Expand]
Inherited Methods |
From class
com.meterware.httpunit.WebTable
String[][]
|
asText()
|
String
|
getAttribute(String arg0, String arg1)
|
String
|
getAttribute(String arg0)
|
String
|
getCellAsText(int arg0, int arg1)
|
String
|
getClassName()
|
int
|
getColumnCount()
|
String
|
getID()
|
String
|
getName()
|
Node
|
getNode()
|
ScriptableDelegate
|
getParentDelegate()
|
int
|
getRowCount()
|
ScriptableDelegate
|
getScriptableDelegate()
|
String
|
getSummary()
|
TableCell
|
getTableCell(int arg0, int arg1)
|
TableCell
|
getTableCellWithID(String arg0)
|
String
|
getTitle()
|
ScriptableDelegate
|
newScriptable()
|
void
|
purgeEmptyCells()
|
String
|
toString()
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
com.meterware.httpunit.HTMLElement
|
Public Constructors
public
MockWebTable
(int rowSize, int colSize)
Public Methods
public
String
getCellAsText
(int row, int col)
public
void
setCellText
(int row, int col, String text)