com.meterware.httpunit
Class MockWebTable
java.lang.Object
com.meterware.httpunit.WebTable
com.meterware.httpunit.MockWebTable
- All Implemented Interfaces:
- com.meterware.httpunit.HTMLElement
public class MockWebTable
- extends com.meterware.httpunit.WebTable
Mock WebTable for HTTP Unit.
- Since:
- v3.13
Fields inherited from class com.meterware.httpunit.WebTable |
MATCH_FIRST_NONBLANK_CELL, MATCH_FIRST_NONBLANK_CELL_PREFIX, MATCH_ID, MATCH_SUMMARY |
Methods inherited from class com.meterware.httpunit.WebTable |
asText, getColumnCount, getParentDelegate, getRowCount, getSummary, getTableCell, getTableCellWithID, newScriptable, purgeEmptyCells, toString |
MockWebTable
public MockWebTable()
MockWebTable
public MockWebTable(int rowSize,
int colSize)
setCellText
public void setCellText(int row,
int col,
String text)
getCellAsText
public String getCellAsText(int row,
int col)
- Overrides:
getCellAsText
in class com.meterware.httpunit.WebTable
getAttribute
protected String getAttribute(String arg0)
getAttribute
protected String getAttribute(String arg0,
String arg1)
getNode
protected Node getNode()
Copyright © 2002-2011 Atlassian. All Rights Reserved.